summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-09-28 07:39:46 +0300
committerDerick Montague <derick.montague@ibm.com>2020-09-30 23:49:09 +0300
commitabe2b7b7ce423e127ff9a33f3a6d0dbf03e74aab (patch)
tree2a5ea3376f4290cfe35cd1d40ae9ba9e6b72eb5d
parent58a7a03cc6d822cbcae090959de83bcf1a8897c3 (diff)
downloadwebui-vue-abe2b7b7ce423e127ff9a33f3a6d0dbf03e74aab.tar.xz
Remove searchFilter property from Sensors page
The searchFilter data prop is included in the SearchFilterMixin, so can be removed from the Sensors component. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Iba40439de0aa01458cf95157f25124e0b08669f1
-rw-r--r--src/views/Health/Sensors/Sensors.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/views/Health/Sensors/Sensors.vue b/src/views/Health/Sensors/Sensors.vue
index c2343591..20a3229a 100644
--- a/src/views/Health/Sensors/Sensors.vue
+++ b/src/views/Health/Sensors/Sensors.vue
@@ -182,7 +182,6 @@ export default {
}
],
activeFilters: [],
- searchFilter: null,
searchTotalFilteredRows: 0
};
},