Merge pull request 'templates: Display IPv6 addresses on the capsul detail page' (#11) from mirsal/capsul-flask:ipv6 into yolocolo
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #11
This commit is contained in:
commit
0ae55712ac
@ -79,6 +79,10 @@
|
||||
<label class="align" for="ipv4">IPv4 Address</label>
|
||||
<span id="ipv4">{{ vm['ipv4'] }}</span>
|
||||
</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">
|
||||
<label class="align" for="os_description">Operating System</label>
|
||||
<span id="os_description">{{ vm['os_description'] }}</span>
|
||||
|
Loading…
Reference in New Issue
Block a user