Commit 74760545 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FOREST] Node settings.

parent 88d50b7e
...@@ -166,6 +166,7 @@ settingsBox Texts = SettingsBox { show : true ...@@ -166,6 +166,7 @@ settingsBox Texts = SettingsBox { show : true
, doc : Documentation Texts , doc : Documentation Texts
, buttons : [ Upload , buttons : [ Upload
, Download , Download
, Delete
] ]
} }
...@@ -174,6 +175,7 @@ settingsBox Graph = SettingsBox { show : true ...@@ -174,6 +175,7 @@ settingsBox Graph = SettingsBox { show : true
, doc : Documentation Graph , doc : Documentation Graph
, buttons : [ Documentation Graph , buttons : [ Documentation Graph
, Download , Download
, Delete
] ]
} }
...@@ -182,15 +184,21 @@ settingsBox NodeList = SettingsBox { show : true ...@@ -182,15 +184,21 @@ settingsBox NodeList = SettingsBox { show : true
, doc : Documentation NodeList , doc : Documentation NodeList
, buttons : [ Upload , buttons : [ Upload
, Download , Download
, Delete
] ]
} }
settingsBox Dashboard = SettingsBox { show : true settingsBox Dashboard = SettingsBox { show : true
, edit : false , edit : false
, doc : Documentation Dashboard , doc : Documentation Dashboard
, buttons : [] , buttons : [Delete]
} }
settingsBox Annuaire = SettingsBox { show : true
, edit : false
, doc : Documentation Annuaire
, buttons : [Delete]
}
settingsBox _ = SettingsBox { show : false settingsBox _ = SettingsBox { show : false
, edit : false , edit : false
......
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