Network Slice Templates
[osm/LW-UI.git] / packagehandler / template / package_list_vnf.html
1 {% load staticfiles %}
2 {% load get %}
3 <div class="col-md-12">
4
5 <div class="box">
6 <div class="box-header with-border">
7 <h3 class="box-title">
8 </h3>
9 <div class="box-tools">
10 <div class="btn-group">
11 <button type="button" class="btn btn-default" data-toggle="modal" data-target="#modal_new_package_name_chooser" >
12 <i class="fa fa-paint-brush"></i> <span> Compose a new {{ package_type|upper }}</span></button>
13 </div>
14 </div>
15 </div>
16 <div class="box-body">
17 <table id="descriptors_table" class="table table-bordered table-striped dataTable"
18 role="grid">
19 <thead>
20 <tr role="row">
21 <th>Short Name</th>
22 <th>Identifier</th>
23 <th>
24 <select name="type" id="type_vnf" class="form-control">
25 <option value="">Type</option>
26 <option value="vnfd">VNF</option>
27 <option value="pnfd">PNF</option>
28 <option value="hnfd">HNF</option>
29 </select>
30 </th>
31 <th>Description</th>
32 <th style="width:10%">Vendor</th>
33 <th style="width:5%">Version</th>
34 <th style="width:35%">Actions</th>
35 </tr>
36 </thead>
37 <tbody>
38
39 </tbody>
40
41 </table>
42 </div>
43 </div>
44 </div>
45
46 <div class="col-sm-12">
47 <div class="box box-solid">
48 <div class="box-body">
49
50 <div class="upload-drop-zone" id="drop-zone">
51 <i class="fa fa-upload"></i> Just drag and drop files here
52 </div>
53 </div>
54 </div>
55 </div>
56