summaryrefslogtreecommitdiff
path: root/src/views
diff options
context:
space:
mode:
authorMateusz Gapski <mateuszx.gapski@intel.com>2020-09-10 13:07:45 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2020-09-16 17:37:36 +0300
commit1d2da29ea75951ee3f1ae08a25f9c5241eb89ad0 (patch)
tree9989c0c16017cd4ba49af7701e5f33fad38ca664 /src/views
parentd329ec84b105c55abafc53db061bbfc57494c582 (diff)
downloadwebui-vue-1d2da29ea75951ee3f1ae08a25f9c5241eb89ad0.tar.xz
Remove not needed scroll on sensor page
Details: https://github.com/openbmc/webui-vue/issues/17 Signed-off-by: Mateusz Gapski <mateuszx.gapski@intel.com> Change-Id: I5c76219db954470dc72231e51ea0f202016d6816
Diffstat (limited to 'src/views')
-rw-r--r--src/views/Health/Sensors/Sensors.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/views/Health/Sensors/Sensors.vue b/src/views/Health/Sensors/Sensors.vue
index b0c6c138..6acabd98 100644
--- a/src/views/Health/Sensors/Sensors.vue
+++ b/src/views/Health/Sensors/Sensors.vue
@@ -36,6 +36,7 @@
sticky-header="75vh"
sort-by="status"
show-empty
+ :no-border-collapse="true"
:items="filteredSensors"
:fields="fields"
:sort-desc="true"