mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 15:08:03 -03:30
Remove the host link and hover on host filter modal list
This commit is contained in:
parent
66c9139660
commit
08e1f552d3
@ -0,0 +1,5 @@
|
||||
@import "../../../../shared/branding/colors.default.less";
|
||||
|
||||
.HostFilterModal-tableRow:hover {
|
||||
background-color: @default-bg;
|
||||
}
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user