Rename Host and User Certificate panels.
This commit is contained in:
parent
3bda308f22
commit
841f4e57fe
@ -19,7 +19,7 @@ from openstack_dashboard.dashboards.project import dashboard
|
||||
|
||||
|
||||
class Host(horizon.Panel):
|
||||
name = _("Hosts")
|
||||
name = _("Host Certificates")
|
||||
slug = 'tatu_host'
|
||||
|
||||
dashboard.Project.register(Host)
|
||||
|
@ -18,7 +18,7 @@ from django.utils.translation import ugettext_lazy as _
|
||||
from openstack_dashboard.dashboards.project import dashboard
|
||||
|
||||
class User(horizon.Panel):
|
||||
name = _("Users")
|
||||
name = _("User Certificates")
|
||||
slug = 'tatu_user'
|
||||
|
||||
dashboard.Project.register(User)
|
||||
|
Loading…
x
Reference in New Issue
Block a user