This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git
The following commit(s) were added to refs/heads/master by this push:
new 9023172 src: fix lint issue
9023172 is described below
commit 90231729cdeb2f8d6e42a350a353896e4f7788eb
Author: Rohit Yadav <[email protected]>
AuthorDate: Tue Feb 11 16:23:04 2020 +0530
src: fix lint issue
Signed-off-by: Rohit Yadav <[email protected]>
---
src/views/infra/network/ServiceProvidersTab.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/infra/network/ServiceProvidersTab.vue
b/src/views/infra/network/ServiceProvidersTab.vue
index 5a4a7a9..58e469e 100644
--- a/src/views/infra/network/ServiceProvidersTab.vue
+++ b/src/views/infra/network/ServiceProvidersTab.vue
@@ -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>