mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 23:37:39 -02:30
AC-463 Latest changes automating refresh button on Projects and Jobs tab. Cleaned up Cancel/Delete buttons on Jobs tab.
This commit is contained in:
@@ -100,6 +100,11 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'ngCookies'])
|
||||
}
|
||||
});
|
||||
|
||||
// Remove leftover timer, if any
|
||||
//if ((!options.modal) && this.scope.timer) {
|
||||
// clearInterval(this.scope.timer);
|
||||
//}
|
||||
|
||||
if (options.modal) {
|
||||
this.scope.formModalActionDisabled = false;
|
||||
this.scope.formModalInfo = false //Disable info button for default modal
|
||||
|
||||
Reference in New Issue
Block a user