Update mongodb.js

pull/624/head
Mr Chen 9 months ago
parent b62a5e457b
commit 54135a88f9
  1. 2
      plugins/mongodb/js/mongodb.js

@ -849,6 +849,7 @@ function repTools(db_name, res){
<td>' + toSize(rdata.collection_list[i].storage_size) + '</td>\
<td>' + rdata.collection_list[i].nindexes + '</td>\
<td>' + toSize(rdata.collection_list[i].total_index_size) + '</td>\
<td>'+"删除"+'</td>\
</tr> '
}
@ -879,6 +880,7 @@ function repTools(db_name, res){
<th>存储大小</th>\
<th>索引数量</th>\
<th>索引大小</th>\
<th>操作</th>\
</tr>\
</thead>\
<tbody class="gztr">' + tbody + '</tbody>\

Loading…
Cancel
Save