Report OpenAI quota errors in admin
This commit is contained in:
+5
-1
@@ -767,8 +767,12 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
|
||||
white-space: nowrap;
|
||||
}
|
||||
.translation-meta.translated { border-color: #b9dfca; background: #eef8f2; color: #1e7a47; }
|
||||
.translation-meta.failed { border-color: #f0b9b9; background: #fff1f1; color: #b42318; }
|
||||
.translation-meta.failed,
|
||||
.translation-meta.invalid_key,
|
||||
.translation-meta.bad_model { border-color: #f0b9b9; background: #fff1f1; color: #b42318; }
|
||||
.translation-meta.missing_key,
|
||||
.translation-meta.quota_exceeded,
|
||||
.translation-meta.rate_limited,
|
||||
.translation-meta.empty { border-color: #f1d29b; background: #fff7e8; color: #9a5b00; }
|
||||
.translation-meta.disabled,
|
||||
.translation-meta.skipped,
|
||||
|
||||
Reference in New Issue
Block a user