webapp: Repository list is now included in the dashboard, and other UI tweaks.
This commit is contained in:
parent
6c7ce8f193
commit
810a06b771
18 changed files with 77 additions and 108 deletions
|
@ -128,7 +128,7 @@ editForm new uuid = page "Configure repository" (Just Configuration) $ do
|
|||
FormSuccess input -> lift $ do
|
||||
checkarchivedirectory input
|
||||
setRepoConfig uuid mremote curr input
|
||||
redirect RepositoriesR
|
||||
redirect DashboardR
|
||||
_ -> showform form enctype curr
|
||||
where
|
||||
showform form enctype curr = do
|
||||
|
|
|
@ -156,6 +156,7 @@ xmppPairEnd inprogress theirjid = pairPage $ do
|
|||
{ onlyCloud = True
|
||||
, onlyConfigured = False
|
||||
, includeHere = False
|
||||
, nudgeAddMore = False
|
||||
}
|
||||
$(widgetFile "configurators/pairing/xmpp/end")
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue