Commit 4e38bda1 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[CLEAN] removing unused feat.

parent 3e8ac0e1
......@@ -15,7 +15,6 @@ data NodeAction = Rename
| Download | Upload | Refresh
| Move | Clone | Delete
| Share
| Disconnect
data ButtonType = Edit | Click | Pop
......@@ -61,7 +60,6 @@ nodeActions NodeUser = [ Add [ FolderPrivate
, FolderTeam
, FolderPublic
]
, Disconnect
, Delete
]
......
......@@ -399,17 +399,6 @@ buttonClick _ (Documentation x ) = H.div {className: "col-md-1"}
[]
]
buttonClick d Disconnect = H.div {className: "col-md-4"}
[ H.a { style: iconAStyle
, className: (glyphicon "log-out")
, id: "log-out"
, title: "Log Out"
-- , onClick: mkEffectFn1 $ \_ -> launchAff $ d $ DeleteNode}
}
[]
]
buttonClick d Delete = H.div {className: "col-md-4"}
[ H.a { style: iconAStyle
, className: (glyphicon "trash")
......
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