From 4e6e0e20cc9b0d0463c8846230edb713f0bffdfc Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Mon, 24 Jul 2017 21:08:36 -0400 Subject: [PATCH] mgr/dashboard: initial RBD iSCSI integration Signed-off-by: Jason Dillaman --- src/pybind/mgr/dashboard/base.html | 6 ++ src/pybind/mgr/dashboard/module.py | 30 +++++++ src/pybind/mgr/dashboard/rbd_iscsi.html | 104 ++++++++++++++++++++++++ src/pybind/mgr/dashboard/rbd_iscsi.py | 54 ++++++++++++ 4 files changed, 194 insertions(+) create mode 100644 src/pybind/mgr/dashboard/rbd_iscsi.html create mode 100644 src/pybind/mgr/dashboard/rbd_iscsi.py diff --git a/src/pybind/mgr/dashboard/base.html b/src/pybind/mgr/dashboard/base.html index 270491a49779..1d4947c26de3 100644 --- a/src/pybind/mgr/dashboard/base.html +++ b/src/pybind/mgr/dashboard/base.html @@ -372,6 +372,12 @@ +
  • + + iSCSI + + +