mirror of https://github.com/apache/cloudstack.git
compute: fix lint issue
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
014d708e28
commit
d239343351
|
|
@ -43,7 +43,7 @@
|
|||
<font-awesome-icon :icon="['fas', 'database']" />
|
||||
{{ (totalStorage / (1024 * 1024 * 1024.0)).toFixed(2) }} GB Storage
|
||||
(<router-link :to="{ path: '/template/' + vm.templateid }">{{ vm.templatename }}</router-link>)<br/>
|
||||
<div style="margin-left: 45px">
|
||||
</p><div style="margin-left: 45px">
|
||||
<a-tag><a-icon type="download" /> Read {{ vm.diskkbsread }} KB</a-tag>
|
||||
<a-tag><a-icon type="upload" /> Write {{ vm.diskkbswrite }} KB</a-tag><br/>
|
||||
<a-tag><a-icon type="download" /> Read (IO) {{ vm.diskioread }}</a-tag>
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
<a-tag><a-icon type="arrow-up" /> TX {{ vm.networkkbswrite }} KB</a-tag>
|
||||
</span>
|
||||
<br/>
|
||||
<div style="margin-left: 45px" v-for="(eth, index) in vm.nic" :key="eth.id">
|
||||
</p><div style="margin-left: 45px" v-for="(eth, index) in vm.nic" :key="eth.id">
|
||||
<a-icon type="api"/> eth{{ index }} {{ eth.ipaddress }} (<router-link :to="{ path: '/guestnetwork/' + eth.networkid }">{{ eth.networkname }}</router-link>)
|
||||
</div>
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue