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:
parent
5323bb1bdf
commit
231409a937
@ -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',)
|
||||
|
@ -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',)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user