mirror of https://gitee.com/bigwinds/arangodb
graph test view
This commit is contained in:
parent
d21f375ade
commit
51a20beef3
|
@ -47,6 +47,8 @@
|
|||
"frontend/js/lib/jquery.form.js",
|
||||
"frontend/js/lib/jquery.uploadfile.js",
|
||||
"frontend/js/lib/jquery.textfill.min.js",
|
||||
"frontend/js/lib/cytoscape.min.js",
|
||||
"frontend/js/lib/cola.min.js",
|
||||
"frontend/js/lib/select2.min.js",
|
||||
"frontend/js/lib/handlebars-1.0.rc.1.js",
|
||||
"frontend/js/lib/jsoneditor-min.js",
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,12 +1,13 @@
|
|||
<script id="graphTestView.ejs" type="text/template">
|
||||
<div class="headerBar">
|
||||
<div class="pull-left">
|
||||
<a class="arangoHeader">Graphs</a>
|
||||
<a class="arangoHeader">Graphs Test</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="contentDiv" id="graphTest">
|
||||
<div id="graphContainer" style="height: 100px"></div>
|
||||
</div>
|
||||
|
||||
<div id="cy" style="height:500px; width: 100%; background-color: #fff"></div>
|
||||
|
||||
</div>
|
||||
</script>
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue