Un-capitalize resource names in the breadcrumbs

This commit is contained in:
Michael Abashian
2017-03-08 15:14:40 -05:00
parent 81715446fb
commit 8974d9a8d4
2 changed files with 1 additions and 2 deletions

View File

@@ -65,7 +65,6 @@
.BreadCrumb-item { .BreadCrumb-item {
display: inline-block; display: inline-block;
color: @default-interface-txt; color: @default-interface-txt;
text-transform: uppercase;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;

View File

@@ -27,7 +27,7 @@
}, },
ncyBreadcrumb: { ncyBreadcrumb: {
parent: 'setup', parent: 'setup',
label: N_("Edit Configuration") label: N_("EDIT CONFIGURATION")
}, },
controller: ConfigurationController, controller: ConfigurationController,
resolve: { resolve: {