b2222e2a4b6940a14b92ca694f4bec3d247c8643
[osm/LW-UI.git] / projecthandler / template / project / osm / descriptor / descriptorlist.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 <!--
12 <a href="{% url 'projects:open_composer'%}"
13 class="btn btn-block btn-primary btn-sm"><i
14 class="fa fa-paint-brush" disabled></i><span> Composer</span></a>
15 -->
16 </div>
17 </div>
18 </div>
19 <div class="box-body">
20 <table id="descriptors_table" class="table table-bordered table-striped dataTable"
21 role="grid">
22 <thead>
23 <tr role="row">
24 <th>Name</th>
25 <th>Identified</th>
26 <th>Description</th>
27 <th style="width:10%">Vendor</th>
28 <th style="width:5%">Version</th>
29 <th style="width:35%">Actions</th>
30 </tr>
31 </thead>
32 <tbody>
33
34 </tbody>
35
36 </table>
37 </div>
38 </div>
39 </div>
40
41 <div class="col-sm-12">
42 <div class="box box-solid">
43 <div class="box-body">
44
45 <div class="upload-drop-zone" id="drop-zone">
46 <i class="fa fa-upload"></i> Just drag and drop files here
47 </div>
48 </div>
49 </div>
50 </div>
51