feat: implement Topology on the dashboard (#14)

This commit is contained in:
Fine0830
2022-02-19 23:05:57 +08:00
committed by GitHub
parent 7472d70720
commit f53b422782
81 changed files with 4886 additions and 232 deletions

View File

@@ -22,7 +22,7 @@ limitations under the License. -->
<span class="label">{{ t("language") }}</span>
<el-switch
v-model="lang"
:change="setLang"
@change="setLang"
active-text="En"
inactive-text="Zh"
style="height: 25px"