Improve job queue view
This commit is contained in:
parent
85d8e6f220
commit
5dbe1d448b
5 changed files with 54 additions and 19 deletions
|
@ -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: "ログ"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue