add background queue to admin dashboard
This commit is contained in:
parent
428c9258a1
commit
15bb9b38e1
6 changed files with 34 additions and 14 deletions
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
|
|
@ -13669,6 +13669,10 @@ export interface Locale extends ILocale {
|
|||
* Are you sure you want to restart this account migration?
|
||||
*/
|
||||
"restartMigrationConfirm": string;
|
||||
/**
|
||||
* Background queue
|
||||
*/
|
||||
"backgroundQueue": string;
|
||||
}
|
||||
declare const locales: {
|
||||
[lang: string]: Locale;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue