Merge pull request #6544 from mabashian/6360-dynamic-hosts-lookup-rows

Remove the host link and hover on host filter modal list
This commit is contained in:
Michael Abashian 2017-06-12 09:51:55 -04:00 committed by GitHub
commit 2dcce4d615
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,