Merge pull request #5671 from mabashian/5667-cap-bread-v2

Un-capitalize resource names in the breadcrumbs
This commit is contained in:
Michael Abashian
2017-03-09 09:37:38 -05:00
committed by GitHub
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: {