Added support for current server, GUI for choosing DB from current server

This commit is contained in:
Tomas Srnka
2009-08-24 20:57:51 +00:00
parent 31c6e1d5c5
commit c26c9c1fb5
5 changed files with 164 additions and 77 deletions

View File

@@ -894,7 +894,8 @@ div#serverstatus table caption a.top {
}
div#serverstatus div#serverstatusqueriesdetails table,
div#serverstatus table#serverstatustraffic,
div#serverstatus table#serverstatustraffic_src,
div#serverstatus table#serverstatustraffic_trg,
div#serverstatus table#serverstatusconnections {
float: <?php echo $left; ?>;
}
@@ -1243,3 +1244,10 @@ div.upload_progress_bar_inner
height: 12px;
margin: 1px;
}
table#serverconnection_src_remote,
table#serverconnection_trg_remote,
table#serverconnection_src_local,
table#serverconnection_trg_local {
float:left;
}

View File

@@ -1194,4 +1194,11 @@ div.upload_progress_bar_inner
width: 0px;
height: 12px;
margin: 1px;
}
}
table#serverconnection_src_remote,
table#serverconnection_trg_remote,
table#serverconnection_src_local,
table#serverconnection_trg_local {
float:left;
}