Improve job queue view

This commit is contained in:
syuilo 2019-05-27 17:44:51 +09:00
parent 85d8e6f220
commit 5dbe1d448b
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
5 changed files with 54 additions and 19 deletions

View file

@ -1245,10 +1245,15 @@ admin/views/queue.vue:
domains:
deliver: "配送"
inbox: "受信"
db: "データベース"
objectStorage: "オブジェクトストレージ"
state: "状態"
states:
delayed: "遅延"
active: "処理中"
delayed: "予約済み"
waiting: "順番待ち"
result-is-truncated: "結果は省略されています"
other-queues: "その他のキュー"
admin/views/logs.vue:
logs: "ログ"