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:
chouseknecht
2013-09-10 03:11:29 -04:00
parent de9c8a258c
commit 106023e530
4 changed files with 11 additions and 5 deletions

View File

@@ -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'