From: Tatjana Dehler Date: Wed, 18 Apr 2018 14:39:06 +0000 (+0200) Subject: mgr/dashboard: fix typo - remove unnecessary blank X-Git-Tag: v14.0.1~1118^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=79c7c5aa18e33c8c3faee20941bdeb071dcdbe25;p=ceph.git mgr/dashboard: fix typo - remove unnecessary blank Signed-off-by: Tatjana Dehler --- diff --git a/src/pybind/mgr/dashboard/HACKING.rst b/src/pybind/mgr/dashboard/HACKING.rst index 55841270da30..b82d9f6cea9b 100644 --- a/src/pybind/mgr/dashboard/HACKING.rst +++ b/src/pybind/mgr/dashboard/HACKING.rst @@ -4,7 +4,7 @@ Dashboard Developer Documentation Frontend Development -------------------- -Before you can start the dashboard from within a development environment, you +Before you can start the dashboard from within a development environment, you will need to generate the frontend code and either use a compiled and running Ceph cluster (e.g. started by ``vstart.sh``) or the standalone development web server.