AC-1144 fixes for inventory group edit modal dialog. Spinner issue fixed. Improved error validation. Improved scope separation. Fixed issues related to home/groups search breaking after dialog closes.

This commit is contained in:
Chris Houseknecht
2014-04-05 18:00:02 -04:00
parent d6237dcfb0
commit ff3ce4f7b4
12 changed files with 134 additions and 113 deletions

View File

@@ -130,14 +130,14 @@ angular.module('SourceFormDefinition', [])
}]
},
update_cache_timeout: {
label: 'Cache Timeout',
label: "Cache Timeout <span class=\"small-text\"> (seconds)</span>",
id: 'source-cache-timeout',
type: 'number',
integer: true,
min: 0,
ngShow: "update_on_launch",
ngShow: "source && source.value !== '' && update_on_launch",
spinner: true,
"default": '0',
"default": 0,
addRequired: false,
editRequired: false,
awPopOver: '<p>Time in seconds to consider an inventory sync to be current. During job runs and callbacks the task system will ' +