fix
This commit is contained in:
parent
bb9fe8bc14
commit
5bf5f24f97
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ export default defineComponent({
|
||||||
version,
|
version,
|
||||||
url,
|
url,
|
||||||
stats: null,
|
stats: null,
|
||||||
|
meta: null,
|
||||||
fetchStats: () => os.api('stats', {}),
|
fetchStats: () => os.api('stats', {}),
|
||||||
fetchServerInfo: () => os.api('admin/server-info', {}),
|
fetchServerInfo: () => os.api('admin/server-info', {}),
|
||||||
fetchJobs: () => os.api('admin/queue/deliver-delayed', {}),
|
fetchJobs: () => os.api('admin/queue/deliver-delayed', {}),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue