summaryrefslogtreecommitdiff
path: root/src/assets/styles/_obmc-custom.scss
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-04-07 20:20:37 +0300
committerGunnar Mills <gmills@us.ibm.com>2020-04-21 20:49:03 +0300
commit82cca545587fa8803fe35092614922bc1af3a48e (patch)
tree4a10d184b400740f0629133895f83eb0315b10f6 /src/assets/styles/_obmc-custom.scss
parent1be6b41e1be3d2316abcb5dec6968383b5a6f856 (diff)
downloadwebui-vue-82cca545587fa8803fe35092614922bc1af3a48e.tar.xz
Create TableFilter component
Global TableFilter component and TableFilterMixin can be used with any table. The TableFilterMixin will return filtered data with items that match any of the filter tags. When the table search component is built, it should use the BoostrapVue Table :filter prop. - Filter by status added to Sensors table Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I57ebab1686b2d267383cb0e1be252627bf42c98c
Diffstat (limited to 'src/assets/styles/_obmc-custom.scss')
-rw-r--r--src/assets/styles/_obmc-custom.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/assets/styles/_obmc-custom.scss b/src/assets/styles/_obmc-custom.scss
index 544e5858..4e0e1c55 100644
--- a/src/assets/styles/_obmc-custom.scss
+++ b/src/assets/styles/_obmc-custom.scss
@@ -42,6 +42,7 @@
@import "./alerts";
@import "./badge";
@import "./buttons";
+@import "./dropdown";
@import "./form-components";
@import "./modal";
@import "./table";