Rename dashboard slug to sahara

Change-Id: Ifa62cee9965c5a53a6f7b6733a9a26febd5680a4
This commit is contained in:
Sergey Lukjanov 2014-03-13 10:47:25 +04:00
parent 7632107e9a
commit 4234b1db43
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ LOG = logging.getLogger(__name__)
class SaharaDashboard(horizon.Dashboard):
name = _("Sahara")
slug = "savanna"
slug = "sahara"
panels = ('clusters',
'cluster_templates',
'nodegroup_templates',