Index: ssts-web/src/main/webapp/disinfectsystem/toussemanager/tousseinstancemanager/tousseInstanceView.js =================================================================== diff -u -r32284 -r32286 --- ssts-web/src/main/webapp/disinfectsystem/toussemanager/tousseinstancemanager/tousseInstanceView.js (.../tousseInstanceView.js) (revision 32284) +++ ssts-web/src/main/webapp/disinfectsystem/toussemanager/tousseinstancemanager/tousseInstanceView.js (.../tousseInstanceView.js) (revision 32286) @@ -878,7 +878,7 @@ html += ''; } html += ''; - if(window.screen.width < 1440){ + if(window.screen.width < 1366){ document.getElementById('progressBars_2').innerHTML = html; }else { document.getElementById('progressBars_1').innerHTML = html; @@ -1895,7 +1895,7 @@ disabled : true },{ text : ' ', - minWidth : 120, + minWidth : sstsConfig.enableTousseStatusProgressBar?80:120, disabled : true, disabledClass : 'tousse_instance_background_yellow', cls : 'tousse_instance_background_yellow' @@ -1905,7 +1905,7 @@ handleMouseEvents : false },{ text : ' ', - minWidth : 120, + minWidth : sstsConfig.enableTousseStatusProgressBar?80:120, disabled : true, disabledClass : 'tousse_instance_background_red', cls : 'tousse_instance_background_red' @@ -1941,7 +1941,7 @@ border : false, listeners : { 'render' : function(){ - if(window.screen.width < 1440){ + if(window.screen.width < 1366){ progressBarTbar.render(this.tbar); } if(sstsConfig.enableTousseStatusProgressBar && !isIE(8)){