Merge "Set reasonable name to browser title bar"
This commit is contained in:
commit
2fd576b864
@ -11,8 +11,10 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from django.conf.urls import url
|
from django.conf.urls import url
|
||||||
|
from django.utils.translation import ugettext_lazy as _
|
||||||
from horizon.browsers import views
|
from horizon.browsers import views
|
||||||
|
|
||||||
|
title = _("Containers")
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
url('', views.AngularIndexView.as_view(), name='index'),
|
url('', views.AngularIndexView.as_view(title=title), name='index'),
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user