summaryrefslogtreecommitdiffstats
path: root/vbd/gui/module/src/main/resources/vpp/views/inventory-table.tpl.html
diff options
context:
space:
mode:
Diffstat (limited to 'vbd/gui/module/src/main/resources/vpp/views/inventory-table.tpl.html')
-rw-r--r--vbd/gui/module/src/main/resources/vpp/views/inventory-table.tpl.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/vbd/gui/module/src/main/resources/vpp/views/inventory-table.tpl.html b/vbd/gui/module/src/main/resources/vpp/views/inventory-table.tpl.html
index ad24bce14..4f15332de 100644
--- a/vbd/gui/module/src/main/resources/vpp/views/inventory-table.tpl.html
+++ b/vbd/gui/module/src/main/resources/vpp/views/inventory-table.tpl.html
@@ -1,7 +1,8 @@
<div ng-controller="InventoryTableController">
<md-button ng-click="addVppShowForm()">Mount VPP</md-button>
<md-button ng-click="getVppList()">Reload VPPs</md-button>
- <table class="footable">
+ <!--FIXME: decide which element to use, if static, or ui-grid-->
+ <!--<table class="footable">
<thead>
<tr>
<th>VPP Name</th>
@@ -24,5 +25,8 @@
</td>
</tr>
</tbody>
- </table>
+ </table>-->
+ <div ng-controller="InventoryTableDefinitonController" class="black">
+ <div ui-grid="gridOptions" ui-grid-expandable class="grid"></div>
+ </div>
</div> \ No newline at end of file