2 Commits

Author SHA1 Message Date
shiran 8ba17ff6d0 Merge pull request 'fix:修改镜像展示label' (#8) from master into deploy
Build and Deploy Vue3 / build (push) Successful in 1m19s
Build and Deploy Vue3 / deploy (push) Successful in 22m3s
Reviewed-on: lin/ApiServer-Web-admin_dashboard_pc#8
2025-10-07 16:36:07 +08:00
lin e8fa0d7c2c fix:修改镜像展示label
Build and Deploy Vue3 / build (push) Successful in 1m6s
Build and Deploy Vue3 / deploy (push) Successful in 57s
2025-10-07 15:45:18 +08:00
+2 -2
View File
@@ -1109,10 +1109,10 @@
<el-option
v-for="mirror in containerMirrorList"
:key="mirror.id"
:label="mirror.name"
:label="mirror.show_name"
:value="mirror.image_id"
>
<span style="float: left">{{ mirror.name }}</span>
<span style="float: left">{{ mirror.show_name }}</span>
<span style="float: right; color: #8492a6; font-size: 13px">
{{ mirror.size }}MB
</span>