mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Merge pull request #1565 from kensible/1555-1554-SystemTracking
Demo feedback - breadcrumbs, capitalization, labels. Covers 1554 + 1555.
This commit is contained in:
commit
2d8b1443cb
@ -49,7 +49,6 @@
|
||||
padding: 1em 12px;
|
||||
color: @default-as-detail-txt;
|
||||
font-size: 14px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
&-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";
|
||||
|
||||
.FactModulePickers-label {
|
||||
@ -36,3 +8,11 @@
|
||||
color: @default-interface-txt;
|
||||
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'),
|
||||
params: {hosts: null, inventory: null},
|
||||
reloadOnSearch: false,
|
||||
ncyBreadcrumb: {
|
||||
label: "SYSTEM TRACKING"
|
||||
},
|
||||
resolve: {
|
||||
moduleOptions:
|
||||
[ 'getModuleOptions',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user