From 1d2da29ea75951ee3f1ae08a25f9c5241eb89ad0 Mon Sep 17 00:00:00 2001 From: Mateusz Gapski Date: Thu, 10 Sep 2020 12:07:45 +0200 Subject: Remove not needed scroll on sensor page Details: https://github.com/openbmc/webui-vue/issues/17 Signed-off-by: Mateusz Gapski Change-Id: I5c76219db954470dc72231e51ea0f202016d6816 --- src/views/Health/Sensors/Sensors.vue | 1 + 1 file changed, 1 insertion(+) (limited to 'src/views') 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" -- cgit v1.2.3