mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Applied change to all list controllers to remove success class after page refresh. If the list was previously used to make a selection, there won't be any remnants or reminders of the selection next time the list is visited.
This commit is contained in:
@@ -91,7 +91,7 @@ angular.module('ListGenerator', ['GeneratorHelpers',])
|
||||
this.scope.lookupHeader = options.hdr;
|
||||
$('#lookup-modal').modal();
|
||||
}
|
||||
|
||||
|
||||
return this.scope;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user