Page MenuHomePhorge

D5038.1775289735.diff
No OneTemporary

Authored By
Unknown
Size
673 B
Referenced Files
None
Subscribers
None

D5038.1775289735.diff

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

Mime Type
text/plain
Expires
Sat, Apr 4, 8:02 AM (8 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18821074
Default Alt Text
D5038.1775289735.diff (673 B)

Event Timeline