diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-11-03 20:36:12 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-11-03 20:36:12 +0900 |
| commit | 3c59c6fc9babd6f5e93b9a1eefe98abf69096ce2 (patch) | |
| tree | aac2fc2ec2508f5a3e0284bd065ed98d75da9269 /src/client/pages/instance/queue.vue | |
| parent | ヘッダーの戻るボタンがページリロードすると消える問... (diff) | |
| download | sharkey-3c59c6fc9babd6f5e93b9a1eefe98abf69096ce2.tar.gz sharkey-3c59c6fc9babd6f5e93b9a1eefe98abf69096ce2.tar.bz2 sharkey-3c59c6fc9babd6f5e93b9a1eefe98abf69096ce2.zip | |
Refactoring
Diffstat (limited to 'src/client/pages/instance/queue.vue')
| -rw-r--r-- | src/client/pages/instance/queue.vue | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/client/pages/instance/queue.vue b/src/client/pages/instance/queue.vue index 5dec95c670..e824e8ae28 100644 --- a/src/client/pages/instance/queue.vue +++ b/src/client/pages/instance/queue.vue @@ -31,10 +31,8 @@ export default defineComponent({ data() { return { INFO: { - header: [{ - title: this.$t('jobQueue'), - icon: faExchangeAlt, - }], + title: this.$t('jobQueue'), + icon: faExchangeAlt, }, connection: os.stream.useSharedConnection('queueStats'), faExchangeAlt, faTrashAlt |