mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 01:47:31 -02: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:
@@ -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.toggleHost;
|
||||||
delete hostList.fields.active_failures;
|
delete hostList.fields.active_failures;
|
||||||
delete hostList.fields.inventory;
|
delete hostList.fields.inventory;
|
||||||
|
delete hostList.fields.name.ngClick;
|
||||||
|
hostList.fields.name.class += " HostFilterModal-tableRow";
|
||||||
|
hostList.fields.name.noLink = true;
|
||||||
hostList.well = false;
|
hostList.well = false;
|
||||||
let html = GenerateList.build({
|
let html = GenerateList.build({
|
||||||
list: hostList,
|
list: hostList,
|
||||||
|
|||||||
Reference in New Issue
Block a user