diff --git a/awx/ui/client/src/system-tracking/fact-data-table/fact-data-table.block.less b/awx/ui/client/src/system-tracking/fact-data-table/fact-data-table.block.less index 67bfcf42fa..f2a2c74995 100644 --- a/awx/ui/client/src/system-tracking/fact-data-table/fact-data-table.block.less +++ b/awx/ui/client/src/system-tracking/fact-data-table/fact-data-table.block.less @@ -49,7 +49,6 @@ padding: 1em 12px; color: @default-as-detail-txt; font-size: 14px; - text-transform: uppercase; } &-column { diff --git a/awx/ui/client/src/system-tracking/fact-module-pickers.block.less b/awx/ui/client/src/system-tracking/fact-module-pickers.block.less index b494456981..f4d6d35022 100644 --- a/awx/ui/client/src/system-tracking/fact-module-pickers.block.less +++ b/awx/ui/client/src/system-tracking/fact-module-pickers.block.less @@ -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; +} diff --git a/awx/ui/client/src/system-tracking/system-tracking.route.js b/awx/ui/client/src/system-tracking/system-tracking.route.js index 0149587769..4fcd8e1b25 100644 --- a/awx/ui/client/src/system-tracking/system-tracking.route.js +++ b/awx/ui/client/src/system-tracking/system-tracking.route.js @@ -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',