Initial d3 graph commit. Add d3 to graph layout

This commit is contained in:
Andrew Willimott
2017-05-04 07:03:07 +12:00
parent baa129f871
commit 57b554d618
10 changed files with 427 additions and 3 deletions
@@ -105,7 +105,11 @@ def deletefile(arglist, vars={}):
{{if os.access(os.path.join(request.folder,'..',app,'databases','sql.log'),os.R_OK):}}
{{=button(URL('peek/%s/databases/sql.log'%app), 'sql.log')}}
{{pass}}
{{if os.access(os.path.join(request.folder,'..',app,'static','js','d3_graph.js'),os.R_OK):}}
{{=button(URL(a=app, c='appadmin',f='d3_graph_model'), T('graph model'))}}
{{else:}}
{{=button(URL(a=app, c='appadmin',f='graph_model'), T('graph model'))}}
{{pass}}
</div>
<ul class="unstyled act_edit">
{{for m in models:}}