diff --git a/src/views/pages/deploy/application-config/config/env/env-instance-list.vue b/src/views/pages/deploy/application-config/config/env/env-instance-list.vue
index 5c7ad6e88c72594b663cb39bcb494b9ae62ef26a..df5f98f3c9effa63a1a2c720fede5f7094980a34 100644
--- a/src/views/pages/deploy/application-config/config/env/env-instance-list.vue
+++ b/src/views/pages/deploy/application-config/config/env/env-instance-list.vue
@@ -41,6 +41,9 @@
:tbodyList="tbodyList"
:theadList="theadList"
>
+
+ {{ row.name }}
+
{{ row.version }}
-
@@ -158,6 +161,10 @@ export default {
} else {
this.tbodyList = this.defaultTbodyList;
}
+ },
+ toCiview(row) {
+ const {typeId, id} = row || {};
+ window.open(HOME + '/cmdb.html#/ci/' + typeId + '/cientity-view/' + id, '_blank');
}
},
filter: {},