1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-28 10:55:30 +03:00

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
commit df4450fcdf
2 changed files with 1 additions and 2 deletions

View File

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

View File

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