reset Export dropdown after user takes action in Network UI

This commit is contained in:
Haokun-Chen 2018-06-07 10:43:44 -04:00
parent 85aeb799dc
commit 9ff995f6f9

View File

@ -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', () => {