From: Ricardo Marques Date: Mon, 6 Aug 2018 14:01:59 +0000 (+0100) Subject: mgr/dashboard: Disable RBD actions during task execution X-Git-Tag: v14.0.1~582^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=61e592cb1cd4e4b15a5318d9f6b2799020bfbc87;p=ceph.git mgr/dashboard: Disable RBD actions during task execution Fixes: https://tracker.ceph.com/issues/25091 Signed-off-by: Ricardo Marques --- 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 d594fdb816d4a..76321cc3ec4b9 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}">