From 2a57327a43dac1743b1cdb80598c80e8282620ff Mon Sep 17 00:00:00 2001 From: Andrey Vertiprahov Date: Sun, 1 Sep 2019 08:08:11 +0000 Subject: [PATCH] Merge branch 'patch-uncol-map-left-panel' into 'master' inv.map right width increase See merge request noc/noc!2535 (cherry picked from commit 1c67d721e8eda4363e0c0241708e7b29a2c73c7f) 51711b61 inv.map right width increase d622343a inv.map right height increase --- ui/web/inv/map/Application.js | 2 +- ui/web/inv/map/Legend.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/web/inv/map/Application.js b/ui/web/inv/map/Application.js index ad65272599..c7f1dad940 100644 --- a/ui/web/inv/map/Application.js +++ b/ui/web/inv/map/Application.js @@ -12,7 +12,7 @@ Ext.define("NOC.inv.map.Application", { "NOC.inv.networksegment.TreeCombo", "NOC.inv.map.MapPanel" ], - rightWidth: 200, + rightWidth: 250, zoomLevels: [ [0.25, "25%"], [0.5, "50%"], diff --git a/ui/web/inv/map/Legend.js b/ui/web/inv/map/Legend.js index 91bcdf5535..1f63392908 100644 --- a/ui/web/inv/map/Legend.js +++ b/ui/web/inv/map/Legend.js @@ -19,7 +19,7 @@ Ext.define('NOC.inv.map.Legend', { { xtype: 'draw', fontSize: 15, - height: 335, + height: 338, sprites: [ { type: 'text', x: 10, y: 15, @@ -200,5 +200,5 @@ Ext.define('NOC.inv.map.Legend', { } ] } - ], -}); \ No newline at end of file + ] +}); -- GitLab