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