summaryrefslogtreecommitdiffstats
path: root/vbd/gui/module/src/main/resources/vpp/views/bridge-domains.tpl.html
diff options
context:
space:
mode:
authorDaniel Malachovsky <daniel.malachovsky@pantheon.sk>2016-02-09 20:16:14 +0100
committerDave Wallace <dwallacelf@gmail.com>2016-02-09 22:03:21 +0000
commit514939ff19a8838e45934f90af039fbeea12fd40 (patch)
tree1bd242504dc8ecf862c66a0abefd4775ccde71b4 /vbd/gui/module/src/main/resources/vpp/views/bridge-domains.tpl.html
parent5aa62ee7d2be070b2ffef0443b59c8891ed06845 (diff)
Design changes p. 1
- fixed some design flaws - added tunnel table into inventory detail - added filter to remove vxlan_tunnel from interfaces list in bd mnager Change-Id: Ia9f0ca737d062ed2ed57734561dbece34d20b7c3 Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk>
Diffstat (limited to 'vbd/gui/module/src/main/resources/vpp/views/bridge-domains.tpl.html')
-rw-r--r--vbd/gui/module/src/main/resources/vpp/views/bridge-domains.tpl.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/vbd/gui/module/src/main/resources/vpp/views/bridge-domains.tpl.html b/vbd/gui/module/src/main/resources/vpp/views/bridge-domains.tpl.html
index 806097346..ab4d83dfb 100644
--- a/vbd/gui/module/src/main/resources/vpp/views/bridge-domains.tpl.html
+++ b/vbd/gui/module/src/main/resources/vpp/views/bridge-domains.tpl.html
@@ -1,7 +1,7 @@
<div ng-controller="BridgeDomainsController">
<div layout="row" layout-xs="column" style="height: 550px; width: 100%">
<div id="bridge-domains-next-app" style="height: 550px; width: 60%"></div>
- <div class="md-sidenav-left md-whiteframe-z2" style="height: 550px; background-color: #414042; overflow: scroll" flex>
+ <div class="md-sidenav-left md-whiteframe-z2" style="height: 550px; background-color: #414042; overflow-y: scroll" flex>
<md-content layout-padding ng-controller="TableController as TableCtrl">
<md-input-container style="margin-right: 5px;" layout="row">
<md-select ng-model='selectedBd.name' placeholder="Select BD" ng-change="bdChanged()" style="width: 100%;">
@@ -23,7 +23,7 @@
</tr>
</thead>
<tbody>
- <tr ng-repeat="row in TableCtrl.displayedCollection">
+ <tr ng-repeat="row in TableCtrl.displayedCollection | filter: filterRemoveVxlanIf">
<div ng-hide="row.hidden">
<td>
<md-switch ng-model="row.assigned" aria-label="Assign Switch" ng-change="TableCtrl.updateAssignment(row);">