From d93b309399c5669ae6f1a9d768ed7c74f77b653a Mon Sep 17 00:00:00 2001 From: Patrick Nawracay Date: Mon, 4 Feb 2019 14:47:23 +0100 Subject: [PATCH] mgr/dashboard: Render error in pool edit dialog Fixes: http://tracker.ceph.com/issues/38004 Signed-off-by: Patrick Nawracay --- .../pool/pool-form/pool-form.component.html | 27 ++++++++++--------- .../frontend/src/locale/messages.xlf | 6 ++--- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.html index adedeec6061e..3493b3d9a29a 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.html @@ -436,20 +436,21 @@ - - - diff --git a/src/pybind/mgr/dashboard/frontend/src/locale/messages.xlf b/src/pybind/mgr/dashboard/frontend/src/locale/messages.xlf index 2464e1c35d9c..91374e5a3954 100644 --- a/src/pybind/mgr/dashboard/frontend/src/locale/messages.xlf +++ b/src/pybind/mgr/dashboard/frontend/src/locale/messages.xlf @@ -260,7 +260,7 @@ app/ceph/pool/pool-form/pool-form.component.html - 451 + 449 app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html @@ -2486,13 +2486,13 @@ pool app/ceph/pool/pool-form/pool-form.component.html - 446 + 444 {VAR_SELECT, select, 1 {Edit} other {Create} } app/ceph/pool/pool-form/pool-form.component.html - 446 + 444 Pools List -- 2.47.3