split up xmpp and local pairing UIs

This commit is contained in:
Joey Hess 2012-11-11 17:41:56 -04:00
parent 116023e05d
commit b91f07fe83
7 changed files with 53 additions and 59 deletions

View file

@ -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")