0
0

修复大小写bug

This commit is contained in:
xubing
2026-01-30 11:06:42 +08:00
parent 9374414de4
commit ad34dca525
28 changed files with 87 additions and 74 deletions

View File

@@ -13,7 +13,7 @@ class ContainerView extends BaseView_1.BaseView {
<span class="editable" onclick="editContainerName('${container.id}', '${container.name}')">📦 ${container.name}</span>
</td>
<td>
<span class="clickable" onclick="openContainerConfig('${container.id}')">配置文件</span>
<span class="clickable" onclick="openContainerConfig('${container.id}')">打开</span>
</td>
<td>
<button class="btn-upload" onclick="uploadContainer('${container.id}', '${container.name}')" style="margin-right: 5px;">上传</button>
@@ -149,7 +149,7 @@ class ContainerView extends BaseView_1.BaseView {
<thead>
<tr>
<th width="40%">容器</th>
<th width="40%">配置文件</th>
<th width="40%">打开</th>
<th width="20%">操作</th>
</tr>
</thead>