Merge pull request #1565 from kensible/1555-1554-SystemTracking

Demo feedback - breadcrumbs, capitalization, labels. Covers 1554 + 1555.
This commit is contained in:
kensible 2016-04-18 16:00:12 -04:00
commit 2d8b1443cb
3 changed files with 11 additions and 29 deletions

View File

@ -49,7 +49,6 @@
padding: 1em 12px;
color: @default-as-detail-txt;
font-size: 14px;
text-transform: uppercase;
}
&-column {

View File

@ -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;
}

View File

@ -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',