summaryrefslogtreecommitdiff
path: root/src/views/Health
diff options
context:
space:
mode:
authorSukanya Pandey <sukapan1@in.ibm.com>2020-07-20 20:53:29 +0300
committerDerick Montague <derick.montague@ibm.com>2020-07-23 02:07:08 +0300
commitb2ca0c0441845f0e06c3acc94903c03cd1ec6dc3 (patch)
tree861ece0ff4390692b704cd2be8d439b1a728f409 /src/views/Health
parent129d79bb389966dca61533246315da1f2bc4931e (diff)
downloadwebui-vue-b2ca0c0441845f0e06c3acc94903c03cd1ec6dc3.tar.xz
Add the updated icons for critical and export
-the critical icon in the header and tables. -the export icon in the event log page. Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I5b3beedb8339ba6e6bbd34b43ea7698fc44f9e42
Diffstat (limited to 'src/views/Health')
-rw-r--r--src/views/Health/EventLogs/EventLogs.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Health/EventLogs/EventLogs.vue b/src/views/Health/EventLogs/EventLogs.vue
index 88b32b3e..bf340167 100644
--- a/src/views/Health/EventLogs/EventLogs.vue
+++ b/src/views/Health/EventLogs/EventLogs.vue
@@ -136,7 +136,7 @@
<script>
import IconTrashcan from '@carbon/icons-vue/es/trash-can/20';
-import IconExport from '@carbon/icons-vue/es/export/20';
+import IconExport from '@carbon/icons-vue/es/document--export/20';
import { omit } from 'lodash';
import PageTitle from '@/components/Global/PageTitle';