diff options
author | Joey Hess <joey@kitenet.net> | 2014-04-09 16:27:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-04-09 16:27:24 -0400 |
commit | db4897aaff83f33e049cbe731ae16da96f340297 (patch) | |
tree | 421674f7d08fc3e93a1a2cbb2fd45698c0570367 /Assistant/Types | |
parent | dd4916514507cc59a2fc59a87758ea50e43ae536 (diff) |
webapp: Rework xmpp nudge to prompt for either xmpp or a ssh remote be set up.
This commit was sponsored by Nathan Howell.
Diffstat (limited to 'Assistant/Types')
-rw-r--r-- | Assistant/Types/Alert.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Assistant/Types/Alert.hs b/Assistant/Types/Alert.hs index 19fe55e6e..9fd33c7a2 100644 --- a/Assistant/Types/Alert.hs +++ b/Assistant/Types/Alert.hs @@ -26,7 +26,7 @@ data AlertName | SanityCheckFixAlert | WarningAlert String | PairAlert String - | XMPPNeededAlert + | ConnectionNeededAlert | RemoteRemovalAlert String | CloudRepoNeededAlert | SyncAlert @@ -54,7 +54,7 @@ data Alert = Alert , alertButtons :: [AlertButton] } -data AlertIcon = ActivityIcon | SyncIcon | SuccessIcon | ErrorIcon | InfoIcon | UpgradeIcon | TheCloud +data AlertIcon = ActivityIcon | SyncIcon | SuccessIcon | ErrorIcon | InfoIcon | UpgradeIcon | ConnectionIcon type AlertMap = M.Map AlertId Alert |