diff --git a/src/client/app/admin/views/queue.vue b/src/client/app/admin/views/queue.vue index 349de72dd..dfe472ae4 100644 --- a/src/client/app/admin/views/queue.vue +++ b/src/client/app/admin/views/queue.vue @@ -7,18 +7,22 @@ Process + Active + Waiting + Delayed + @@ -29,18 +33,22 @@ Process + Active + Waiting + Delayed + @@ -58,8 +66,8 @@ import Vue from 'vue'; import i18n from '../../i18n'; import ApexCharts from 'apexcharts'; import * as tinycolor from 'tinycolor2'; -import { faTasks, faInbox } from '@fortawesome/free-solid-svg-icons'; -import { faPaperPlane } from '@fortawesome/free-regular-svg-icons'; +import { faTasks, faInbox, faStopwatch, faPlayCircle as fasPlayCircle } from '@fortawesome/free-solid-svg-icons'; +import { faPaperPlane, faStopCircle, faPlayCircle as farPlayCircle } from '@fortawesome/free-regular-svg-icons'; export default Vue.extend({ i18n: i18n('admin/views/queue.vue'), @@ -69,7 +77,7 @@ export default Vue.extend({ stats: [], deliverChart: null, inboxChart: null, - faTasks, faPaperPlane, faInbox + faTasks, faPaperPlane, faInbox, faStopwatch, faStopCircle, farPlayCircle, fasPlayCircle }; },