1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Added icons

This commit is contained in:
Jeremy Stretch
2017-08-21 17:02:35 -04:00
parent 4587aba1d4
commit b117130aac

View File

@ -87,7 +87,7 @@
</div>
<table class="table table-hover panel-body attr-table">
<tr>
<td>Virtual CPUs</td>
<td><i class="fa fa-tachometer"></i> Virtual CPUs</td>
<td>
{% if vm.vcpus %}
{{ vm.vcpus }}
@ -97,7 +97,7 @@
</td>
</tr>
<tr>
<td>Memory</td>
<td><i class="fa fa-microchip"></i> Memory</td>
<td>
{% if vm.memory %}
{{ vm.memory }} MB
@ -107,7 +107,7 @@
</td>
</tr>
<tr>
<td>Disk Space</td>
<td><i class="fa fa-hdd-o"></i> Disk Space</td>
<td>
{% if vm.disk %}
{{ vm.disk }} GB