Skip to content

Commit

Permalink
Merge pull request primefaces#428 from atretyak1985/issue_#NNTR-402
Browse files Browse the repository at this point in the history
[NNTR-402]Asset - agent update does not close the window
  • Loading branch information
Gunnsteinn Hall authored Jan 15, 2020
2 parents 140a5d9 + 1d9237c commit 9181841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/organization/device/device_list.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export class DeviceListComponent extends BaseDevice {

this.service.upgradeDevices(selectedItemIds, this.itemExportForm.limit).subscribe(
(data: BasicResponse) => {
jQuery('#export-upgrade-modal').modal('hide');
jQuery('#upgrade-modal').modal('hide');
this.refresh();
},
err => {
Expand Down

0 comments on commit 9181841

Please sign in to comment.