Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin McCorkell <rmccorkell@owncloud.com>2015-08-12 21:51:09 +0300
committerRobin McCorkell <rmccorkell@owncloud.com>2015-08-19 12:08:23 +0300
commitb6eb952ac61326a15108820b0dd0a1712f00dfdb (patch)
tree73457afc836bfac5a9af9364210e38b5667eea87 /settings/css
parentc592e24c871f0f6a8d688c5c93e769b1505e4b6d (diff)
Propagate auth mechanism/backend failures to filesystem layer
Failure to prepare the storage during backend or auth mechanism manipulation will throw an InsufficientDataForMeaningfulAnswerException, which is propagated to StorageNotAvailableException in the filesystem layer via the FailedStorage helper class. When a storage is unavailable not due to failure, but due to insufficient data being available, a special 'indeterminate' status is returned to the configuration UI.
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css12
1 files changed, 7 insertions, 5 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 7340f2b2a63..9bd342ca6f2 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -431,14 +431,16 @@ table.grid td.date{
}
span.success {
- background: #37ce02;
- border-radius: 3px;
+ background: #37ce02;
+ border-radius: 3px;
}
-
span.error {
- background: #ce3702;
+ background: #ce3702;
+}
+span.indeterminate {
+ background: #e6db00;
+ border-radius: 40% 0;
}
-
/* PASSWORD */
.strengthify-wrapper {