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['charset'];?></td>
|
||||||
<td><?php echo $keys['collation'];?></td>
|
<td><?php echo $keys['collation'];?></td>
|
||||||
<td><code><span class="table" id="table-<?php echo $name;?>"> </span></code></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>
|
</tr>
|
||||||
<input type="hidden" name="database[]" class="database" value="<?php echo $name;?>" />
|
<input type="hidden" name="database[]" class="database" value="<?php echo $name;?>" />
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
@ -63,8 +63,8 @@
|
|||||||
if (this.readyState == 4 && this.status == 200) {
|
if (this.readyState == 4 && this.status == 200) {
|
||||||
res = (this.responseText) == 0 ? '0sss MB' : this.responseText+' MB';
|
res = (this.responseText) == 0 ? '0sss MB' : this.responseText+' MB';
|
||||||
len = res.length;
|
len = res.length;
|
||||||
if (len < 8) {
|
if (len < 9) {
|
||||||
for (i=len; i<8; i++) {
|
for (i=len; i<9; i++) {
|
||||||
fill = ' ' + fill;
|
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