Network Slice Templates
[osm/LW-UI.git] / packagehandler / template / package_list_ns.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>Description</th>
24 <th style="width:10%">Vendor</th>
25 <th style="width:5%">Version</th>
26 <th style="width:35%">Actions</th>
27 </tr>
28 </thead>
29 <tbody>
30
31 </tbody>
32
33 </table>
34 </div>
35 </div>
36 </div>
37
38 <div class="col-sm-12">
39 <div class="box box-solid">
40 <div class="box-body">
41
42 <div class="upload-drop-zone" id="drop-zone">
43 <i class="fa fa-upload"></i> Just drag and drop files here
44 </div>
45 </div>
46 </div>
47 </div>
48