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">Snapshot UUID</th>
|
||||||
<th scope="col">Version</th>
|
<th scope="col">Version</th>
|
||||||
<th scope="col">DHID</th>
|
<th scope="col">DHID</th>
|
||||||
<th scope="col">System UUID</th>
|
|
||||||
<th scope="col">Status</th>
|
<th scope="col">Status</th>
|
||||||
<th scope="col">Type Upload</th>
|
<th scope="col">Type Upload</th>
|
||||||
<th scope="col">Type Device</th>
|
<th scope="col">Type Device</th>
|
||||||
|
@ -97,9 +96,6 @@
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
|
||||||
{{ snap.get_system_uuid() }}
|
|
||||||
</td>
|
|
||||||
<td>
|
<td>
|
||||||
{{ snap.get_status() }}
|
{{ snap.get_status() }}
|
||||||
</td>
|
</td>
|
||||||
|
|
Reference in New Issue