diff --git a/src/views/admin/instance/index.vue b/src/views/admin/instance/index.vue index 2027bca..1e87c9b 100644 --- a/src/views/admin/instance/index.vue +++ b/src/views/admin/instance/index.vue @@ -39,8 +39,9 @@ - {{ instanceStatus.get(record.status)?.text - }} + {{ + instanceStatus.get(record.status)?.text + }} @@ -66,6 +67,18 @@ {{ payTypeDic.get(record.price_type) }} + + + + {{ + record.ssh_link + ? JSON.parse(record.ssh_link)?.root_password|| 'N/A' + : 'N/A' + }} + + + + @@ -84,9 +97,9 @@ - jupyterlab + jupyterlab - + @@ -158,7 +171,7 @@ - + @@ -177,12 +190,11 @@