From 241855f3e3fee5ceea5d3b3060793ff619f32c6c Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Tue, 11 Aug 2020 15:26:24 +0200 Subject: [PATCH] mgr/dashboard: Hide table action input field if limit=0 Fixes: https://tracker.ceph.com/issues/46901 Signed-off-by: Volker Theile --- .../src/app/shared/datatable/table/table.component.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.html b/src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.html index 9a4c974b82e..84501beb015 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.html @@ -82,7 +82,8 @@ -
+