pdu: list, create, show, delete
[osm/LW-UI.git] / instancehandler / template / instance_list_vnf.html
1 {% load get %}
2 {% load date_tag %}
3 <div class="box">
4 <div class="box-header with-border">
5 <h3 class="box-title">{{ type|upper }} Instances</h3>
6
7 <div class="box-tools">
8
9 </div>
10
11 </div>
12 <div class="box-body">
13 <table id="instances_table" class="table table-bordered table-striped responsive" style="width:100%">
14 <thead>
15 <tr>
16 <th>Identifier</th>
17 <th>VNFD</th>
18 <th>Member Index</th>
19 <th>NS</th>
20 <th>Created At</th>
21 <th>Actions</th>
22 </tr>
23 </thead>
24 <tbody>
25
26 </tbody>
27 </table>
28 </div>
29 </div>