mirror of https://github.com/midoks/mdserver-web
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.2 KiB
52 lines
1.2 KiB
<style type="text/css">
|
|
.db_list{
|
|
padding: 0px 0 10px 0;
|
|
font-size: 13px;
|
|
line-height: 35px;
|
|
height: 45px;
|
|
}
|
|
.db_list a{
|
|
margin-right: 15px;
|
|
color: #555;
|
|
font-weight: 600;
|
|
}
|
|
.db_list span:nth-child(1){
|
|
display: block;
|
|
float: left;
|
|
padding-left: 15px;
|
|
background: #ececec;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
#db_tools button {
|
|
margin-right: 10px;
|
|
}
|
|
#db_tools button:last-child{
|
|
margin-right: 0;
|
|
}
|
|
</style>
|
|
<div class="bt-form">
|
|
<div class="bt-w-main">
|
|
<div class="bt-w-menu">
|
|
<p class="bgw" onclick="pluginService('mysql');">服务</p>
|
|
<p onclick="pluginInitD('mysql');">自启动</p>
|
|
<p onclick="pluginConfig('mysql');">配置文件</p>
|
|
<p onclick="myPort();">端口</p>
|
|
<p onclick="runInfo();">当前状态</p>
|
|
<p onclick="myPerfOpt();">性能优化</p>
|
|
<p onclick="myLogs();">日志</p>
|
|
<p onclick="pluginLogs('mysql','','show_log');">慢日志</p>
|
|
<p onclick="dbList()">管理列表</p>
|
|
</div>
|
|
<div class="bt-w-con pd15">
|
|
<div class="soft-man-con"></div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
resetPluginWinWidth(800);
|
|
pluginService('mysql');
|
|
$.getScript( "/plugins/file?name=mysql&f=js/mysql.js");
|
|
</script> |