remove system_uuid
This commit is contained in:
parent
3f5ae9fefd
commit
18281c95e5
|
@ -61,7 +61,6 @@
|
|||
<th scope="col">Snapshot UUID</th>
|
||||
<th scope="col">Version</th>
|
||||
<th scope="col">DHID</th>
|
||||
<th scope="col">System UUID</th>
|
||||
<th scope="col">Status</th>
|
||||
<th scope="col">Type Upload</th>
|
||||
<th scope="col">Type Device</th>
|
||||
|
@ -97,9 +96,6 @@
|
|||
</a>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
{{ snap.get_system_uuid() }}
|
||||
</td>
|
||||
<td>
|
||||
{{ snap.get_status() }}
|
||||
</td>
|
||||
|
|
Reference in New Issue