Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117742695
D5038.1775166829.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
673 B
Referenced Files
None
Subscribers
None
D5038.1775166829.diff
View Options
diff --git a/src/resources/js/app.js b/src/resources/js/app.js
--- a/src/resources/js/app.js
+++ b/src/resources/js/app.js
@@ -318,14 +318,14 @@
return this.$t('status.deleted')
}
- if (obj.isDegraded || obj.isAccountDegraded) {
- return this.$t('status.degraded')
- }
-
if (obj.isSuspended) {
return this.$t('status.suspended')
}
+ if (obj.isDegraded || obj.isAccountDegraded) {
+ return this.$t('status.degraded')
+ }
+
if (!obj.isReady) {
return this.$t('status.notready')
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 2, 9:53 PM (1 d, 1 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18821074
Default Alt Text
D5038.1775166829.diff (673 B)
Attached To
Mode
D5038: UI: Prefer to display suspended over degraded status
Attached
Detach File
Event Timeline