Skip to content

Commit

Permalink
physicalTrunks. Fixed missing update on modal save
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyco97 committed May 6, 2024
1 parent db819c5 commit 0eb284d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions wizard/app/scripts/controllers/trunks/physical.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
8 changes: 4 additions & 4 deletions wizard/app/views/configurations/preferences.html
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,10 @@ <h1 class="control-label centered" for="textInput-markup">{{'Users Configuration
</div>
<div class="modal-body">
<ul class="modalListConfiguration">
<li class="listConfiguration"><b>{{"Indirizzo Centralino" | translate}}:</b> {{hostname}}</li>
<li class="listConfiguration"><b>{{"Configurare porta 5061" | translate}}</b> </li>
<li class="listConfiguration"><b>{{"Abilitare trasporto TLS" | translate}}</b></li>
<li class="listConfiguration"><b>{{"Configurare audio sicuro SRTP" | translate}}</b></li>
<li class="listConfiguration"><b>{{"PBX address" | translate}}:</b> {{hostname}}</li>
<li class="listConfiguration"><b>{{"Configure port 5061" | translate}}</b> </li>
<li class="listConfiguration"><b>{{"Enable TLS transport" | translate}}</b></li>
<li class="listConfiguration"><b>{{"Configure SRTP Secure Audio" | translate}}</b></li>
<li class="listConfiguration"><b>{{"default_extension" | translate}}:</b> {{deviceExtension}}</li>
<li class="listConfiguration" id="showPassword" data-content="{{passwordExtension}}"><b>{{"Password" | translate}}:</b> {{passwordExtension}}
<clipboard-copy class="pficon-blueprint" value="{{passwordExtension}}" ng-click="copyPassword()"
Expand Down

0 comments on commit 0eb284d

Please sign in to comment.