Update docker.js
This commit is contained in:
parent
27376d879c
commit
1ad841d3af
|
|
@ -62,14 +62,12 @@ function dockerConList(){
|
|||
</span>\
|
||||
<div class="divtable mtb10">\
|
||||
<div class="tablescroll">\
|
||||
<table id="DataBody" class="table table-hover" width="100%" cellspacing="0" cellpadding="0" border="0" style="border: 0 none;">\
|
||||
<thead><tr><th width="30"><input class="check" onclick="checkSelect();" type="checkbox"></th>\
|
||||
<th>数据库名</th>\
|
||||
<th>用户名</th>\
|
||||
<th>密码</th>\
|
||||
'+
|
||||
// '<th>备份</th>'+
|
||||
'<th>备注</th>\
|
||||
<table id="con_list" class="table table-hover" width="100%" cellspacing="0" cellpadding="0" border="0" style="border: 0 none;">\
|
||||
<thead><tr>\
|
||||
<th>名称</th>\
|
||||
<th>镜像</th>\
|
||||
<th>创建时间</th>\
|
||||
<th>状态</th>\
|
||||
<th style="text-align:right;">操作</th></tr></thead>\
|
||||
<tbody>\
|
||||
' + '</tbody></table>\
|
||||
|
|
|
|||
Loading…
Reference in New Issue