Commit 43371e7a authored by Alexandre Delanoë's avatar Alexandre Delanoë

[Forest] Node actions

parent 3b8f6267
...@@ -83,6 +83,7 @@ settingsBox NodeUser = SettingsBox { ...@@ -83,6 +83,7 @@ settingsBox NodeUser = SettingsBox {
, edit : false , edit : false
, doc : Documentation NodeUser , doc : Documentation NodeUser
, buttons : [ SearchBox , buttons : [ SearchBox
, Add [FolderPrivate, FolderShared, FolderPublic]
, Delete , Delete
] ]
} }
...@@ -115,7 +116,8 @@ settingsBox FolderShared = SettingsBox { ...@@ -115,7 +116,8 @@ settingsBox FolderShared = SettingsBox {
show: true show: true
, edit : true , edit : true
, doc : Documentation FolderShared , doc : Documentation FolderShared
, buttons : [ Add [Team] , buttons : [ Add [Team, FolderShared]
, 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