Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelGauthier committed Oct 23, 2017
1 parent 8d3d661 commit a32947e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion rudder-web/src/main/scala/bootstrap/liftweb/Boot.scala
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,12 @@ class Boot extends Loggable {
"secure" / "nodeManager" / "groups"
>> LocGroup("groupGroup")
>> TestAccess( () => userIsAllowed("/secure/index",Read("group") ) )

/* --- DEBUG --- */
, Menu("NewGroups", <span>New Groups</span>) /
"secure" / "nodeManager" / "newgroups"
>> LocGroup("groupGroup")
>> TestAccess( () => userIsAllowed("/secure/index",Read("group") ) )
/* --- ----- --- */
)

def buildManagerMenu(name:String) =
Expand Down

0 comments on commit a32947e

Please sign in to comment.