From bad068b20ea3ec3b3a7ecd4f4f775843375b1bbc Mon Sep 17 00:00:00 2001 From: syuilo <syuilotan@yahoo.co.jp> Date: Sun, 29 Mar 2020 10:17:23 +0900 Subject: [PATCH] :v: --- src/client/pages/instance/queue.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/client/pages/instance/queue.vue b/src/client/pages/instance/queue.vue index 8590f9ae2..c4892e88d 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>