mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 19:07:36 -02:30
Inventory cleanup. Added tooltip to host status indicators. Did same for project status indicator. Fixed inventory host create button color.
This commit is contained in:
@@ -24,7 +24,9 @@ angular.module('ProjectsListDefinition', [])
|
||||
key: true,
|
||||
label: 'Name',
|
||||
badgeIcon: "\{\{ 'icon-failures-' + project.badge \}\}",
|
||||
badgePlacement: 'left'
|
||||
badgePlacement: 'left',
|
||||
badgeToolTip: "Indicates the project\'s health based on its status",
|
||||
badgeTipPlacement: 'bottom'
|
||||
},
|
||||
description: {
|
||||
label: 'Description'
|
||||
|
||||
Reference in New Issue
Block a user