From 51711b618e2ba176b6c098a85ba734a566a946c5 Mon Sep 17 00:00:00 2001 From: uncol Date: Fri, 23 Aug 2019 12:35:00 +0300 Subject: [PATCH 1/2] inv.map right width increase --- ui/web/inv/map/Application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%"], -- GitLab From d622343a7ce46e660a6520af51b4c7a5c9488577 Mon Sep 17 00:00:00 2001 From: uncol Date: Thu, 29 Aug 2019 15:14:01 +0300 Subject: [PATCH 2/2] inv.map right height increase --- ui/web/inv/map/Legend.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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