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

[CLEAN] removing unused feat.

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