mirror of https://gitee.com/bigwinds/arangodb
GraphViewer: Added NodeReducer to index.html of WebInterface
This commit is contained in:
parent
86400bd756
commit
bb92f2ee29
|
@ -110,6 +110,7 @@
|
|||
<script src="js/graphViewer/graph/edgeShaper.js"></script>
|
||||
<script src="js/graphViewer/graph/arangoAdapter.js"></script>
|
||||
<script src="js/graphViewer/graph/zoomManager.js"></script>
|
||||
<script src="js/graphViewer/graph/nodeReducer.js"></script>
|
||||
|
||||
<script type="text/javascript" src="js/graphViewer/ui/modalDialogHelper.js"></script>
|
||||
<script type="text/javascript" src="js/graphViewer/ui/nodeShaperControls.js"></script>
|
||||
|
|
Loading…
Reference in New Issue