Skip to content
Snippets Groups Projects
Unverified Commit facde9a7 authored by syuilo's avatar syuilo
Browse files

Increase chart limit

parent 41385640
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ import * as tinycolor from 'tinycolor2';
import { faTasks, faInbox, faStopwatch, faPlayCircle as fasPlayCircle } from '@fortawesome/free-solid-svg-icons';
import { faPaperPlane, faStopCircle, faPlayCircle as farPlayCircle, faChartBar } from '@fortawesome/free-regular-svg-icons';
const limit = 150;
const limit = 200;
export default Vue.extend({
i18n: i18n('admin/views/queue.vue'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment