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 = ...@@ -203,7 +203,7 @@ settingsBox Graph =
, buttons : [ Refresh , buttons : [ Refresh
, Config , Config
, Download -- TODO as GEXF or JSON , Download -- TODO as GEXF or JSON
, Publish publishParams -- , Publish publishParams
, Delete , Delete
] ]
} }
...@@ -311,7 +311,8 @@ settingsBox NodeFile = ...@@ -311,7 +311,8 @@ settingsBox NodeFile =
SettingsBox { show: true SettingsBox { show: true
, edit: true , edit: true
, doc: Documentation NodeFile , 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