mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
reset Export dropdown after user takes action in Network UI
This commit is contained in:
parent
85aeb799dc
commit
9ff995f6f9
@ -85,6 +85,7 @@ function NetworkingController (models, $state, $scope, strings) {
|
||||
//Handlers for actions drop down
|
||||
$('#networking-actionsDropdown').on('select2:select', (e) => {
|
||||
$scope.$broadcast('awxNet-toolbarButtonEvent', e.params.data.title);
|
||||
$("#networking-actionsDropdown").val(null).trigger('change');
|
||||
});
|
||||
|
||||
$('#networking-actionsDropdown').on('select2:open', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user