From 2e59781100db895eb9461ec55a3f953ab7e507a8 Mon Sep 17 00:00:00 2001 From: Ricardo Marques Date: Tue, 5 Nov 2019 14:58:00 +0000 Subject: [PATCH] mgr/dashboard: Manage PG autoscaling Fixes: https://tracker.ceph.com/issues/38227 Signed-off-by: Ricardo Marques --- .../pool/pool-form/pool-form.component.html | 21 ++++++++- .../pool-form/pool-form.component.spec.ts | 6 +++ .../pool/pool-form/pool-form.component.ts | 43 ++++++++++++++----- .../shared/api/configuration.service.spec.ts | 19 ++++++++ .../app/shared/api/configuration.service.ts | 24 +++++++++++ 5 files changed, 101 insertions(+), 12 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 df17a756033f..a43913fe68ec 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 @@ -67,8 +67,27 @@
- +
+ +
+ +
+
+ + +