diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-03-29 17:46:31 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-03-29 17:46:31 +0900 |
| commit | cc66a1f9c7733f0ff3c23b60a8578cdb1235a3f2 (patch) | |
| tree | e7e7697fcfc2ec63c642e5496030bdd46f87601b /src/client/pages/instance/queue.vue | |
| parent | Merge branch 'develop' (diff) | |
| parent | 12.28.0 (diff) | |
| download | sharkey-cc66a1f9c7733f0ff3c23b60a8578cdb1235a3f2.tar.gz sharkey-cc66a1f9c7733f0ff3c23b60a8578cdb1235a3f2.tar.bz2 sharkey-cc66a1f9c7733f0ff3c23b60a8578cdb1235a3f2.zip | |
Merge branch 'develop'
Diffstat (limited to 'src/client/pages/instance/queue.vue')
| -rw-r--r-- | src/client/pages/instance/queue.vue | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/pages/instance/queue.vue b/src/client/pages/instance/queue.vue index 8590f9ae23..c4892e88db 100644 --- a/src/client/pages/instance/queue.vue +++ b/src/client/pages/instance/queue.vue @@ -1,5 +1,8 @@ <template> <div> + <portal to="icon"><fa :icon="faExchangeAlt"/></portal> + <portal to="title">{{ $t('jobQueue') }}</portal> + <x-queue :connection="connection" domain="inbox"> <template #title><fa :icon="faExchangeAlt"/> In</template> </x-queue> |