mdserver-web/plugins/mysql/index.html

53 lines
1.2 KiB
HTML
Raw Normal View History

2019-01-09 06:28:21 -05:00
<style type="text/css">
2019-01-14 23:59:56 -05:00
.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;
}
2019-01-09 06:28:21 -05:00
2019-01-14 23:59:56 -05:00
#db_tools button {
margin-right: 10px;
}
#db_tools button:last-child{
margin-right: 0;
}
2019-01-09 06:28:21 -05:00
</style>
2018-10-07 08:38:30 -04:00
<div class="bt-form">
<div class="bt-w-main">
<div class="bt-w-menu">
2018-12-09 21:44:54 -05:00
<p class="bgw" onclick="pluginService('mysql');">服务</p>
2019-01-05 01:26:19 -05:00
<p onclick="pluginInitD('mysql');">自启动</p>
<p onclick="pluginConfig('mysql');">配置文件</p>
<p onclick="myDbPos();">存储位置</p>
2019-01-06 00:12:53 -05:00
<p onclick="myPort();">端口</p>
<p onclick="runInfo();">当前状态</p>
2019-01-06 02:17:20 -05:00
<p onclick="myPerfOpt();">性能优化</p>
2019-01-11 05:12:08 -05:00
<p onclick="myLogs();">日志</p>
2019-01-06 00:12:53 -05:00
<p onclick="pluginLogs('mysql','','show_log');">慢日志</p>
2019-01-06 02:17:20 -05:00
<p onclick="dbList()">管理列表</p>
2018-10-07 08:38:30 -04:00
</div>
<div class="bt-w-con pd15">
2019-01-06 02:17:20 -05:00
<div class="soft-man-con"></div>
2018-10-07 08:38:30 -04:00
</div>
</div>
2018-12-09 21:33:03 -05:00
2018-10-07 08:38:30 -04:00
</div>
2019-01-09 06:28:21 -05:00
2018-12-09 21:33:03 -05:00
<script type="text/javascript">
2019-01-08 07:23:18 -05:00
resetPluginWinWidth(800);
2018-12-27 06:14:18 -05:00
pluginService('mysql');
$.getScript( "/plugins/file?name=mysql&f=js/mysql.js");
2018-10-07 08:38:30 -04:00
</script>