mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 10:10:01 -03:30
Merge pull request #5671 from mabashian/5667-cap-bread-v2
Un-capitalize resource names in the breadcrumbs
This commit is contained in:
@@ -65,7 +65,6 @@
|
||||
.BreadCrumb-item {
|
||||
display: inline-block;
|
||||
color: @default-interface-txt;
|
||||
text-transform: uppercase;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
},
|
||||
ncyBreadcrumb: {
|
||||
parent: 'setup',
|
||||
label: N_("Edit Configuration")
|
||||
label: N_("EDIT CONFIGURATION")
|
||||
},
|
||||
controller: ConfigurationController,
|
||||
resolve: {
|
||||
|
||||
Reference in New Issue
Block a user