Simple Linux Panel
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.
mdserver-web/plugins/gogs/index.html

34 lines
1.1 KiB

2 years ago
<style>
.overflow_hide {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
vertical-align: middle;
}
</style>
7 years ago
<div class="bt-form">
<div class="bt-w-main">
<div class="bt-w-menu">
6 years ago
<p class="bgw" onclick="pluginService('gogs');">服务</p>
<p onclick="pluginInitD('gogs');">自启动</p>
3 years ago
<!-- <p onclick="pluginConfig('gogs',null, 'init_conf');">启动配置</p> -->
2 years ago
<p onclick="gogsEditTpl();">手动编辑</p>
6 years ago
<p onclick="pluginConfig('gogs',null, 'conf');">配置文件</p>
<p onclick="gogsSetConfig();">配置修改</p>
6 years ago
<p onclick="gogsUserList();">用户列表</p>
2 years ago
<p onclick="gogsRepoList();">项目列表</p>
6 years ago
<p onclick="pluginLogs('gogs',null,'run_log');">运行日志</p>
6 years ago
<p onclick="pluginLogs('gogs',null,'post_receive_log');" title="提交post-receive日志">提交日志</p>
6 years ago
<p onclick="gogsRead();">使用说明</p>
7 years ago
</div>
<div class="bt-w-con pd15">
<div class="soft-man-con"></div>
</div>
</div>
</div>
<script type="text/javascript">
2 years ago
resetPluginWinHeight(530);
$.getScript( "/plugins/file?name=gogs&f=js/gogs.js",function(){
pluginService('gogs');
});
7 years ago
</script>