Inventories tab list shows Failures. Added Failures to detail form.

This commit is contained in:
chouseknecht
2013-06-13 16:15:39 -04:00
parent 6806619e98
commit e5737cae46

View File

@@ -44,7 +44,7 @@ angular.module('InventoryFormDefinition', [])
ngClick: 'lookUpOrganization()' ngClick: 'lookUpOrganization()'
}, },
has_active_failures: { has_active_failures: {
label: 'Active Failures', label: 'Failures',
readonly: true, readonly: true,
type: 'text' type: 'text'
} }