UI: add UNI & IPVC tabs (work in-progress)
[unimgr.git] / dlux / cpeui / cpeui-module / src / main / resources / cpeui / dialogs / AddEvc.tpl.html
index 11827d6bc1dc25a29c9d7c39e98c914cf54edd5c..4ee797695595a8e9f0d12638ea9586fe256a21d5 100644 (file)
      <a ng-init="advancedCollapsed=true" ng-click="advancedCollapsed = !advancedCollapsed" class="btn btn-navbar btn-info">{{advancedCollapsed ? 'Show' : 'Hide'}} Advanced Options</a>
        <div layout-gt-sm="row" ng-if-start="!advancedCollapsed">
                <md-input-container class="md-block" flex-gt-sm>
-                       <md-switch name="is_preserve_vlan" ng-model="obj.is_preserve_vlan">{{obj.is_preserve_vlan ? "" : "Do Not"}} Preserve Vlan</md-switch>
+                       <md-switch name="is_preserve_vlan" ng-model="obj.is_preserve_vlan">{{obj.is_preserve_vlan ? "" : "Do Not"}} Preserve VLAN</md-switch>
                </md-input-container>
                <md-input-container class="md-block" ng-if="obj.is_preserve_vlan" flex-gt-sm style="margin-bottom: 0px; margin-top: 36px;">
-                       <label>Preserved Vlan</label>
+                       <label>Preserved VLAN</label>
                        <input required type="number" step="1" name="p_vlan" ng-model="obj.preserved_vlan">
                        <div ng-messages="projectForm.p_vlan.$error">
                                <div ng-message="required">Number is required!</div>