修复大小写bug
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user