`;
+ html += `
`;
for (action in list.actions) {
list.actions[action] = _.defaults(list.actions[action], { dataPlacement: "top" });
diff --git a/awx/ui/client/src/templates/labels/labelsList.block.less b/awx/ui/client/src/templates/labels/labelsList.block.less
index 649f1cd9a4..d0d0c07c2f 100644
--- a/awx/ui/client/src/templates/labels/labelsList.block.less
+++ b/awx/ui/client/src/templates/labels/labelsList.block.less
@@ -17,7 +17,7 @@
.LabelList-tag, .JobSubmission-previewTag {
border-radius: 5px;
padding: 2px 10px;
- margin: 4px 0px;
+ margin: 3px 0px;
font-size: 12px;
color: @default-interface-txt;
background-color: @default-list-header-bg;
@@ -57,7 +57,7 @@
border-bottom-left-radius: 5px;
color: @default-bg;
padding: 0 5px;
- margin: 4px 0px;
+ margin: 3px 0px;
align-items: center;
display: flex;
cursor: pointer;
@@ -86,6 +86,20 @@
color: @default-bg;
}
+.LabelList-lookupTags {
+ display: flex;
+ padding: 0 12px;
+}
+
+.LabelList-lookupTags--disabled {
+ cursor: not-allowed;
+ background-color: @default-list-header-bg;
+ .LabelList-tag {
+ color: @default-bg;
+ background-color: @default-icon;
+ }
+}
+
.JobSubmission-previewTagContainer--vault{
flex: 1 0 auto;
}