summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorDixsie Wolmers <dixsie@ibm.com>2021-05-03 02:20:27 +0300
committerDerick Montague <derick.montague@ibm.com>2021-06-09 15:04:53 +0300
commit27d68affdeaba25f011aef52ccbe56506e63d92c (patch)
tree66ed00b677c37df41bf484110c0fb1182b116d4c /src/components
parentdca9b0a5baddfec7ea0ea5e4bdb63c2dd0be27b2 (diff)
downloadwebui-vue-27d68affdeaba25f011aef52ccbe56506e63d92c.tar.xz
Add event log resolve and unresolve log functionality
Displays resolved or unresolved status, adds ability to filter by resolved or unresolved, and adds ability to resolve or unresolve one or more logs. Move event type table field to expanded row. Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Ie5761753a7660a714f98c238d8d89aa018719dcf
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Global/TableToolbar.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Global/TableToolbar.vue b/src/components/Global/TableToolbar.vue
index a9281748..5235feae 100644
--- a/src/components/Global/TableToolbar.vue
+++ b/src/components/Global/TableToolbar.vue
@@ -6,6 +6,7 @@
{{ selectedItemsCount }} {{ $t('global.action.selected') }}
</p>
<div class="toolbar-actions d-flex">
+ <slot name="toolbar-buttons"></slot>
<b-button
v-for="(action, index) in actions"
:key="index"
@@ -16,7 +17,6 @@
>
{{ action.label }}
</b-button>
- <slot name="export"></slot>
<b-button
variant="secondary"
class="d-block"