web app can create and join sessions, updated node info panel and edge info panel
This commit is contained in:
parent
cd949340ac
commit
b1b05a7eaa
6 changed files with 91 additions and 24 deletions
|
@ -147,10 +147,9 @@ def get_session(session_id):
|
|||
},
|
||||
"url": "/sessions/%s/nodes/%s" % (session_id, node.objid)
|
||||
})
|
||||
state = EventTypes(session.state)
|
||||
|
||||
return jsonify(
|
||||
state=state.name,
|
||||
state=session.state,
|
||||
nodes=nodes
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue