mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
src: fix lint issue
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
da527e2bef
commit
4cd63a763e
@ -21,7 +21,7 @@
|
||||
<a-tabs :tabPosition="device === 'mobile' ? 'top' : 'left'" :animated="false">
|
||||
<a-tab-pane v-for="(nsp, index) in nsps" :key="index">
|
||||
<span slot="tab">
|
||||
{{ nsp.name}}
|
||||
{{ nsp.name }}
|
||||
<status :text="nsp.state" style="margin-bottom: 6px" />
|
||||
</span>
|
||||
<router-link :to="{ path: '/nsp/' + nsp.id + '?name=' + nsp.name + '&physicalnetworkid=' + resource.id }">{{ nsp.name }} </router-link>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user