Commit 75679e02 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[Settings] Can publish screenshot as NodeFile for now

parent ca8d3389
......@@ -203,7 +203,7 @@ settingsBox Graph =
, buttons : [ Refresh
, Config
, Download -- TODO as GEXF or JSON
, Publish publishParams
-- , Publish publishParams
, Delete
]
}
......@@ -311,7 +311,8 @@ settingsBox NodeFile =
SettingsBox { show: true
, edit: true
, doc: Documentation NodeFile
, buttons: [ Delete ]
, buttons: [ Publish publishParams
, Delete ]
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment