Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 94391ac

Browse files
committed
新增 使用须知
1 parent 955eb2c commit 94391ac

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/app/views/InstanceDetail.vue

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@
2525
<div v-loading="loading" element-loading-text="获取中">
2626
<el-row :gutter="20">
2727
<el-col :lg="6">
28+
<div class="only-pc-display" style="margin: 0 0 10px 0">
29+
<div class="sub-title">
30+
<div class="sub-title-title">使用须知</div>
31+
<div class="sub-title-info">
32+
实例功能将涉及到远程命令执行,MCSManager
33+
会尽可能的保护您的宿主机安全,但是如果需要出售给陌生用户,则必须使用 Linux Docker
34+
的虚拟化隔离功能才可以完成安全风险控制。
35+
</div>
36+
</div>
37+
</div>
2838
<div class="sub-title">远程/本地实例标识符</div>
2939
<p v-text="instanceInfo.instanceUuid"></p>
3040
<div class="sub-title">守护进程标识符</div>

0 commit comments

Comments
 (0)