Compare commits

..

No commits in common. "0ae55712ac347eaec6ef4cf97bf795110ba714f3" and "5f868de9ccfbca508a1daaf1af7d3c51a1bb3e87" have entirely different histories.

View File

@ -79,10 +79,6 @@
<label class="align" for="ipv4">IPv4 Address</label> <label class="align" for="ipv4">IPv4 Address</label>
<span id="ipv4">{{ vm['ipv4'] }}</span> <span id="ipv4">{{ vm['ipv4'] }}</span>
</div> </div>
<div class="row justify-start">
<label class="align" for="ipv6">IPv6 Address</label>
<span id="ipv6">{{ vm['ipv6'] }}</span>
</div>
<div class="row justify-start"> <div class="row justify-start">
<label class="align" for="os_description">Operating System</label> <label class="align" for="os_description">Operating System</label>
<span id="os_description">{{ vm['os_description'] }}</span> <span id="os_description">{{ vm['os_description'] }}</span>