minor
This commit is contained in:
parent
60db7a7b44
commit
aa34d66367
@ -83,6 +83,10 @@ The following Description applies to Ubuntu or similar.
|
||||
ldap: https://wiki.ubuntuusers.de/OpenLDAP_ab_Precise/
|
||||
|
||||
|
||||
Instead of run.sh, use:
|
||||
stack build --flag uniworx:dev --flag uniworx:library-only
|
||||
|
||||
|
||||
***
|
||||
|
||||
# PostgreSQL
|
||||
|
||||
@ -860,7 +860,7 @@ defaultLinks = -- Define the menu items of the header.
|
||||
{ menuItemLabel = "Hilfe"
|
||||
, menuItemIcon = Just "question"
|
||||
, menuItemRoute = HelpR
|
||||
, menuItemModal = True -- TODO: Does not work yet, issue #212
|
||||
, menuItemModal = False -- True -- TODO: Does not work yet, issue #212
|
||||
, menuItemAccessCallback' = return True
|
||||
}
|
||||
, NavbarRight $ MenuItem
|
||||
@ -874,7 +874,7 @@ defaultLinks = -- Define the menu items of the header.
|
||||
{ menuItemLabel = "Login"
|
||||
, menuItemIcon = Just "sign-in-alt"
|
||||
, menuItemRoute = AuthR LoginR
|
||||
, menuItemModal = True -- TODO: Does not work yet, issue #212
|
||||
, menuItemModal = False -- True -- TODO: Does not work yet, issue #212
|
||||
, menuItemAccessCallback' = isNothing <$> maybeAuthPair
|
||||
}
|
||||
, NavbarSecondary $ MenuItem
|
||||
|
||||
Loading…
Reference in New Issue
Block a user