summaryrefslogtreecommitdiff
path: root/.env.intel
diff options
context:
space:
mode:
authorSivaprabu Ganesan <sivaprabug@ami.com>2023-04-12 16:38:20 +0300
committerSivaprabu Ganesan <sivaprabug@ami.com>2023-04-25 00:34:51 +0300
commit0f6147ca2518bd7401e94e5551322a7892e27d77 (patch)
treef27b3acd1269c25617d294c8649c4f67f0cad1c8 /.env.intel
parent6c5418f599c6cd87941331a970c03f68eec66c39 (diff)
downloadwebui-vue-0f6147ca2518bd7401e94e5551322a7892e27d77.tar.xz
Display eventlog status button based on condition
Resolved and Unresolved status button in event log page is shown or hidden based on the environment variable VUE_APP_EVENT_LOGS_TOGGLE_BUTTON_DISABLED Change-Id: If99a9705d4690995fb998daa979c21c61c3cc4a7 Signed-off-by: Sivaprabu Ganesan <sivaprabug@ami.com>
Diffstat (limited to '.env.intel')
-rw-r--r--.env.intel1
1 files changed, 1 insertions, 0 deletions
diff --git a/.env.intel b/.env.intel
index 5b2383d0..6a8c1811 100644
--- a/.env.intel
+++ b/.env.intel
@@ -7,6 +7,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"
+VUE_APP_EVENT_LOGS_TOGGLE_BUTTON_DISABLED="true"
CUSTOM_STYLES="true"
CUSTOM_APP_NAV="true"
CUSTOM_STORE="true"