diff options
Diffstat (limited to 'interface/js/app/common.js')
-rw-r--r-- | interface/js/app/common.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/interface/js/app/common.js b/interface/js/app/common.js index 1fc723542..ace4bbba1 100644 --- a/interface/js/app/common.js +++ b/interface/js/app/common.js @@ -4,6 +4,14 @@ define(["jquery", "nprogress"], ($, NProgress) => { "use strict"; const ui = { + breakpoints: { + xs: 0, + sm: 576, + md: 768, + lg: 992, + xl: 1200, + xxl: 1400 + }, chartLegend: [ {label: "reject", color: "#FF0000"}, {label: "soft reject", color: "#BF8040"}, |