mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-18 10:46:23 +00:00
Better screenshots
This commit is contained in:
parent
e5bd51a041
commit
a699e55471
@ -32,7 +32,7 @@
|
||||
<td><?php echo $keys['charset'];?></td>
|
||||
<td><?php echo $keys['collation'];?></td>
|
||||
<td><code><span class="table" id="table-<?php echo $name;?>"> </span></code></td>
|
||||
<td><code><span class="size" id="size-<?php echo $name;?>"> </span></code></td>
|
||||
<td><code><span class="size" id="size-<?php echo $name;?>"> </span></code></td>
|
||||
</tr>
|
||||
<input type="hidden" name="database[]" class="database" value="<?php echo $name;?>" />
|
||||
<?php endforeach; ?>
|
||||
@ -63,8 +63,8 @@
|
||||
if (this.readyState == 4 && this.status == 200) {
|
||||
res = (this.responseText) == 0 ? '0sss MB' : this.responseText+' MB';
|
||||
len = res.length;
|
||||
if (len < 8) {
|
||||
for (i=len; i<8; i++) {
|
||||
if (len < 9) {
|
||||
for (i=len; i<9; i++) {
|
||||
fill = ' ' + fill;
|
||||
}
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 52 KiB |
Loading…
Reference in New Issue
Block a user