]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: fix reference to oA 24343/head
authorJoao Eduardo Luis <joao@suse.de>
Mon, 1 Oct 2018 00:00:45 +0000 (01:00 +0100)
committerJoao Eduardo Luis <joao@suse.de>
Mon, 1 Oct 2018 00:11:09 +0000 (01:11 +0100)
Signed-off-by: Joao Eduardo Luis <joao@suse.de>
src/pybind/mgr/dashboard/__init__.py
src/pybind/mgr/dashboard/module.py

index f09ef245276b6f8656259ba285dd05f98137f44f..527073db5e8e758419457e5aed5eb77c603a387e 100644 (file)
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # pylint: disable=wrong-import-position,global-statement,protected-access
 """
-openATTIC module
+ceph dashboard module
 """
 from __future__ import absolute_import
 
index 08c5eda6878f9a77d8f59a8f1384b9fdf134a20b..2140294e5a0fba56b44f0ae004ea6494bffd7cf5 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 """
-openATTIC mgr plugin (based on CherryPy)
+ceph dashboard mgr plugin (based on CherryPy)
 """
 from __future__ import absolute_import