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.
|
|
|
<style type="text/css">
|
|
|
|
|
|
|
|
.docker-sub {
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
height: 30px;
|
|
|
|
line-height: 30px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.docker-sub .on {
|
|
|
|
border-bottom: 2px solid #20a53a;
|
|
|
|
color: #20a53a;
|
|
|
|
font-weight: bold;
|
|
|
|
font-family: "宋体";
|
|
|
|
}
|
|
|
|
.docker-sub span {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 14px;
|
|
|
|
height: 30px;
|
|
|
|
padding: 0 25px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.docker-environments {
|
|
|
|
resize: none;
|
|
|
|
width: 330px;
|
|
|
|
height: 80px;
|
|
|
|
line-height: 20px;
|
|
|
|
padding: 5px 8px;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<div class="bt-form">
|
|
|
|
<div class='plugin_version'></div>
|
|
|
|
<div class="bt-w-main">
|
|
|
|
<div class="bt-w-menu">
|
|
|
|
<p class="bgw" onclick="pluginService('docker');">服务</p>
|
|
|
|
<p onclick="pluginInitD('docker');">自启动</p>
|
|
|
|
<p onclick="dockerConList();">容器列表</p>
|
|
|
|
<p onclick="dockerImageList();">镜像列表</p>
|
|
|
|
<p onclick="dockerIpList();">IP地址池</p>
|
|
|
|
<p onclick="repoList();">仓库</p>
|
|
|
|
</div>
|
|
|
|
<div class="bt-w-con pd15">
|
|
|
|
<div class="soft-man-con"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
|
|
resetPluginWinWidth(800);
|
|
|
|
resetPluginWinHeight(400);
|
|
|
|
$.getScript( "/plugins/file?name=docker&f=js/docker.js", function(){
|
|
|
|
pluginService('docker', $('.plugin_version').attr('version'));
|
|
|
|
});
|
|
|
|
</script>
|