salix/modules/worker/front/pbx/index.html

21 lines
654 B
HTML
Raw Normal View History

2019-03-08 08:41:53 +00:00
<vn-watcher
vn-id="watcher"
data="$ctrl.worker.sip">
2019-03-08 08:41:53 +00:00
</vn-watcher>
<form name="form" ng-submit="$ctrl.onSubmit()" compact>
<vn-card class="vn-pa-lg">
2019-03-08 08:41:53 +00:00
<vn-vertical>
<vn-horizontal>
<vn-textfield
2019-03-08 08:41:53 +00:00
label="Extension"
model="$ctrl.worker.sip.extension">
</vn-textfield>
</vn-horizontal>
</vn-vertical>
</vn-card>
<vn-button-bar>
<vn-submit label="Save"></vn-submit>
2019-09-18 07:41:25 +00:00
<vn-button label="Undo changes" ng-if="$ctrl.$scope.form.$dirty" ng-click="watcher.loadOriginalData()"></vn-button>
2019-03-08 08:41:53 +00:00
</vn-button-bar>
</form>