Rename Trove panels to remove redundant information

Currently all Trove panels in the navigation panel
are prepended with the word 'Database' - this is
redundant and wasteful of space as we get more /
longer panel names

Remove the word 'Database' from panel names in
the navigation panel

Change-Id: I481178c0aa1d99b2c775750a1f66fd2aa51e8647
Closes-Bug: #1336490
This commit is contained in:
Andrew Bramley 2014-07-09 11:01:55 -04:00
parent 5323bb1bdf
commit 231409a937
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ from openstack_dashboard.dashboards.project import dashboard
class Backups(horizon.Panel):
name = _("Database Backups")
name = _("Backups")
slug = 'database_backups'
permissions = ('openstack.services.database',
'openstack.services.object-store',)

View File

@ -20,7 +20,7 @@ from openstack_dashboard.dashboards.project import dashboard
class Databases(horizon.Panel):
name = _("Database Instances")
name = _("Instances")
slug = 'databases'
permissions = ('openstack.services.database',)