From 82235fd7567f974890e884f873f8de0fb226ada1 Mon Sep 17 00:00:00 2001 From: Nizamudeen A Date: Thu, 25 Mar 2021 13:37:34 +0530 Subject: [PATCH] mgr/dashboard: Improve descriptions in some parts of the dashboard Improves the description in some parts of the dashboard code. Fixes: https://tracker.ceph.com/issues/49829 Fixes: https://tracker.ceph.com/issues/49969 Signed-off-by: Nizamudeen A --- .../rbd-trash-move-modal.component.html | 2 +- .../rbd-trash-purge-modal.component.html | 10 +- .../rbd-trash-restore-modal.component.html | 8 +- .../components/select/select.component.scss | 4 + .../mgr/dashboard/services/access_control.py | 93 ++++++++++--------- .../dashboard/tests/test_access_control.py | 3 +- 6 files changed, 65 insertions(+), 55 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html index b87dbfe6b6d..00c3f926598 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html @@ -17,7 +17,7 @@

To move {{ imageSpecStr }} to trash, - click Move Image. Optionally, you can pick an expiration date.

+ click Move. Optionally, you can pick an expiration date.