mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
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:
commit
2dcce4d615
@ -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