mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 22:49:32 -02:30
Merge pull request #1565 from kensible/1555-1554-SystemTracking
Demo feedback - breadcrumbs, capitalization, labels. Covers 1554 + 1555.
This commit is contained in:
@@ -49,7 +49,6 @@
|
|||||||
padding: 1em 12px;
|
padding: 1em 12px;
|
||||||
color: @default-as-detail-txt;
|
color: @default-as-detail-txt;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-column {
|
&-column {
|
||||||
|
|||||||
@@ -1,31 +1,3 @@
|
|||||||
// /** @define FactModulePickers */
|
|
||||||
//
|
|
||||||
// .FactModulePickers {
|
|
||||||
// //width: 100%;
|
|
||||||
// display: flex;
|
|
||||||
// margin-bottom: 15px;
|
|
||||||
//
|
|
||||||
// &-dateContainer {
|
|
||||||
// flex: 1 0 auto;
|
|
||||||
// display: flex;
|
|
||||||
// flex-direction: column
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// &-dateContainer--left {
|
|
||||||
// margin-right: 7px;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// &-dateContainer--right {
|
|
||||||
// margin-left: 7px;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// &-label {
|
|
||||||
// flex: 1 0 auto;
|
|
||||||
// font-weight: 700;
|
|
||||||
// padding-bottom: 5px;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
@import "../../shared/branding/colors.default.less";
|
@import "../../shared/branding/colors.default.less";
|
||||||
|
|
||||||
.FactModulePickers-label {
|
.FactModulePickers-label {
|
||||||
@@ -36,3 +8,11 @@
|
|||||||
color: @default-interface-txt;
|
color: @default-interface-txt;
|
||||||
line-height: 17px;
|
line-height: 17px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.FactModulePickers-warning {
|
||||||
|
float: right;
|
||||||
|
clear: both;
|
||||||
|
font-size: 12px;
|
||||||
|
width: 75%;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|||||||
@@ -13,6 +13,9 @@ export default {
|
|||||||
templateUrl: templateUrl('system-tracking/system-tracking'),
|
templateUrl: templateUrl('system-tracking/system-tracking'),
|
||||||
params: {hosts: null, inventory: null},
|
params: {hosts: null, inventory: null},
|
||||||
reloadOnSearch: false,
|
reloadOnSearch: false,
|
||||||
|
ncyBreadcrumb: {
|
||||||
|
label: "SYSTEM TRACKING"
|
||||||
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
moduleOptions:
|
moduleOptions:
|
||||||
[ 'getModuleOptions',
|
[ 'getModuleOptions',
|
||||||
|
|||||||
Reference in New Issue
Block a user