From 3ec401960b31e9e8a5b7af132660d2562e144b62 Mon Sep 17 00:00:00 2001 From: Tatjana Dehler Date: Tue, 2 Jul 2019 16:48:18 +0200 Subject: [PATCH] mgr/dashboard: fix document rendering Fixes: https://tracker.ceph.com/issues/40523 Signed-off-by: Tatjana Dehler --- src/pybind/mgr/dashboard/HACKING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/HACKING.rst b/src/pybind/mgr/dashboard/HACKING.rst index 8395ef3199e..685c22a46a2 100644 --- a/src/pybind/mgr/dashboard/HACKING.rst +++ b/src/pybind/mgr/dashboard/HACKING.rst @@ -185,7 +185,7 @@ Note:: `protractor.conf.js` to point to the appropriate destination. Making code reuseable -""""""""""""""""""""" +~~~~~~~~~~~~~~~~~~~~~ In order to make some code reuseable, you just need to put it in a derived class of the ``PageHelper``. If you create a new class derived from the -- 2.39.5