Add env variable toggle event logs delete button
Delete button in event logs page is shown
or hidden based on the enviroment variable
VUE_APP_EVENT_LOGS_DELETE_BUTTON_ENABLED
Signed-off-by: Damian Celico <damianx.celico@intel.com>
Change-Id: I10a46f5ef147865f954e6f94bcefec5c280ad3ea
diff --git a/.env.intel b/.env.intel
index 45d46f6..5b2383d 100644
--- a/.env.intel
+++ b/.env.intel
@@ -6,6 +6,7 @@
VUE_APP_SWITCH_TO_BACKUP_IMAGE_DISABLED="true"
VUE_APP_MODIFY_SSH_POLICY_DISABLED="true"
VUE_APP_VIRTUAL_MEDIA_LIST_ENABLED="true"
+VUE_APP_EVENT_LOGS_DELETE_BUTTON_DISABLED="true"
CUSTOM_STYLES="true"
CUSTOM_APP_NAV="true"
CUSTOM_STORE="true"