split up xmpp and local pairing UIs
This commit is contained in:
parent
116023e05d
commit
b91f07fe83
7 changed files with 53 additions and 59 deletions
|
@ -57,7 +57,7 @@ getXMPPR = xmppPage $
|
|||
|
||||
getXMPPForPairingR :: Handler RepHtml
|
||||
#ifdef WITH_XMPP
|
||||
getXMPPForPairingR = getXMPPR' StartPairR
|
||||
getXMPPForPairingR = getXMPPR' StartXMPPPairR
|
||||
#else
|
||||
getXMPPForPairingR = xmppPage $
|
||||
$(widgetFile "configurators/xmpp/disabled")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue