diff --git a/wizard/app/scripts/controllers/trunks/physical.js b/wizard/app/scripts/controllers/trunks/physical.js index 8e1e958b..b661b78d 100644 --- a/wizard/app/scripts/controllers/trunks/physical.js +++ b/wizard/app/scripts/controllers/trunks/physical.js @@ -194,6 +194,7 @@ angular.module('nethvoiceWizardUiApp') } DeviceService.saveGatewayConfig(device).then(function (res) { $scope.hideGatewayDialog(); + $scope.getGatewayList('eth-fake', 'fake-network'); device.id = res.data.id if (isNew) { $scope.allDevices[device.network_key].push(device); diff --git a/wizard/app/views/configurations/preferences.html b/wizard/app/views/configurations/preferences.html index 8943496a..1b066307 100644 --- a/wizard/app/views/configurations/preferences.html +++ b/wizard/app/views/configurations/preferences.html @@ -306,10 +306,10 @@

{{'Users Configuration