Update docker.js

pull/420/head
midoks 2 years ago
parent 27376d879c
commit 1ad841d3af
  1. 14
      plugins/docker/js/docker.js

@ -62,14 +62,12 @@ function dockerConList(){
</span>\ </span>\
<div class="divtable mtb10">\ <div class="divtable mtb10">\
<div class="tablescroll">\ <div class="tablescroll">\
<table id="DataBody" class="table table-hover" width="100%" cellspacing="0" cellpadding="0" border="0" style="border: 0 none;">\ <table id="con_list" 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>\ <thead><tr>\
<th>数据库名</th>\ <th>名称</th>\
<th>用户名</th>\ <th>镜像</th>\
<th>密码</th>\ <th>创建时间</th>\
'+ <th>状态</th>\
// '<th>备份</th>'+
'<th>备注</th>\
<th style="text-align:right;">操作</th></tr></thead>\ <th style="text-align:right;">操作</th></tr></thead>\
<tbody>\ <tbody>\
' + '</tbody></table>\ ' + '</tbody></table>\

Loading…
Cancel
Save