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

[Forest] Node actions

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