Remove the host link and hover on host filter modal list

This commit is contained in:
Michael Abashian 2017-06-09 16:55:58 -04:00
parent 66c9139660
commit 08e1f552d3
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,5 @@
@import "../../../../shared/branding/colors.default.less";
.HostFilterModal-tableRow:hover {
background-color: @default-bg;
}

View File

@ -45,6 +45,9 @@ export default ['templateUrl', function(templateUrl) {
delete hostList.fields.toggleHost;
delete hostList.fields.active_failures;
delete hostList.fields.inventory;
delete hostList.fields.name.ngClick;
hostList.fields.name.class += " HostFilterModal-tableRow";
hostList.fields.name.noLink = true;
hostList.well = false;
let html = GenerateList.build({
list: hostList,