From 2556604306a3eb7362d3bf80300ba18feb4e72b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alfonso=20Mart=C3=ADnez?= Date: Thu, 21 Nov 2019 09:18:00 +0100 Subject: [PATCH] mgr/dashboard: show Rename in modal header & button when renaming RBD snapshot MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes: https://tracker.ceph.com/issues/42762 Signed-off-by: Alfonso Martínez (cherry picked from commit fa478ce4aed66013cee10864546715b1ce8d93a1) --- .../rbd-snapshot-form.component.html | 4 +-- .../rbd-snapshot-form.component.spec.ts | 25 ++++++++++++++++++- .../rbd-snapshot-form.component.ts | 11 +++++++- .../rbd-snapshot-list.component.spec.ts | 12 +++++++-- 4 files changed, 46 insertions(+), 6 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html index f11da878598aa..86a1d9bc474de 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html @@ -1,6 +1,6 @@