Added support for current server, GUI for choosing DB from current server
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user