1
0
Fork 0

graph test view

This commit is contained in:
hkernbach 2015-10-02 10:02:25 +02:00
parent d21f375ade
commit 51a20beef3
5 changed files with 104 additions and 257 deletions

View File

@ -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

View File

@ -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