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/
|
ldap: https://wiki.ubuntuusers.de/OpenLDAP_ab_Precise/
|
||||||
|
|
||||||
|
|
||||||
|
Instead of run.sh, use:
|
||||||
|
stack build --flag uniworx:dev --flag uniworx:library-only
|
||||||
|
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
# PostgreSQL
|
# PostgreSQL
|
||||||
|
|||||||
@ -860,7 +860,7 @@ defaultLinks = -- Define the menu items of the header.
|
|||||||
{ menuItemLabel = "Hilfe"
|
{ menuItemLabel = "Hilfe"
|
||||||
, menuItemIcon = Just "question"
|
, menuItemIcon = Just "question"
|
||||||
, menuItemRoute = HelpR
|
, menuItemRoute = HelpR
|
||||||
, menuItemModal = True -- TODO: Does not work yet, issue #212
|
, menuItemModal = False -- True -- TODO: Does not work yet, issue #212
|
||||||
, menuItemAccessCallback' = return True
|
, menuItemAccessCallback' = return True
|
||||||
}
|
}
|
||||||
, NavbarRight $ MenuItem
|
, NavbarRight $ MenuItem
|
||||||
@ -874,7 +874,7 @@ defaultLinks = -- Define the menu items of the header.
|
|||||||
{ menuItemLabel = "Login"
|
{ menuItemLabel = "Login"
|
||||||
, menuItemIcon = Just "sign-in-alt"
|
, menuItemIcon = Just "sign-in-alt"
|
||||||
, menuItemRoute = AuthR LoginR
|
, 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
|
, menuItemAccessCallback' = isNothing <$> maybeAuthPair
|
||||||
}
|
}
|
||||||
, NavbarSecondary $ MenuItem
|
, NavbarSecondary $ MenuItem
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user