Authored by fanzelei

update

... ... @@ -16,7 +16,16 @@
<div class="widget-title">
<h5>Redis监控</h5>
</div>
<div class="widget-content nopadding">
<div style="float: left;width: 300px;color: #D3D3D3;height: 600px;">
<div class="widget-title" style="height: 53px;">
<h5 style="text-align: center;">拓扑结构</h5>
</div>
<div class="tree_container" style="height: 540px;color: black;overflow:auto">
<div id="jstree" class="jstree jstree-default" role="tree" aria-multiselectable="true"
tabindex="0"></div>
</div>
</div>
<div class="widget-content nopadding" style="margin-left: 300px;">
<div class="widget-title" style="height: 53px;">
<div>
<div class="form-inline" role="form" id="redisQueryDiv"
... ... @@ -104,4 +113,6 @@
redcordTime:$("#redisQueryDiv #time").val()
});
});
</script>
\ No newline at end of file
... ...