From 61e592cb1cd4e4b15a5318d9f6b2799020bfbc87 Mon Sep 17 00:00:00 2001 From: Ricardo Marques Date: Mon, 6 Aug 2018 15:01:59 +0100 Subject: [PATCH] mgr/dashboard: Disable RBD actions during task execution Fixes: https://tracker.ceph.com/issues/25091 Signed-off-by: Ricardo Marques --- .../app/ceph/block/rbd-list/rbd-list.component.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-list/rbd-list.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-list/rbd-list.component.html index d594fdb816d4..76321cc3ec4b 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-list/rbd-list.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-list/rbd-list.component.html @@ -22,7 +22,7 @@ @@ -54,7 +54,7 @@
  • + [ngClass]="{'disabled': !selection.hasSingleSelection || selection.first().cdExecuting}"> @@ -63,7 +63,7 @@
  • + [ngClass]="{'disabled': !selection.hasSingleSelection || selection.first().cdExecuting}"> @@ -72,7 +72,7 @@
  • + [ngClass]="{'disabled': !selection.hasSingleSelection || selection.first().cdExecuting || !selection.first().parent}"> @@ -81,7 +81,7 @@
  • + [ngClass]="{'disabled': !selection.hasSingleSelection || selection.first().cdExecuting}"> -- 2.47.3