From 34e9a7edd574e25ffdf199c712f44ab425c427b2 Mon Sep 17 00:00:00 2001 From: DocNielsen Date: Tue, 6 Nov 2012 06:44:50 +0100 Subject: Update src/web/index.html MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit a little more space for the map. id's is now only 30px wide, devices 200 wide, and positions 250 high. See layout at http://docnielsen.dk:8082/  --- src/web/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/web/index.html b/src/web/index.html index 8b1de2e98..59623d6b0 100644 --- a/src/web/index.html +++ b/src/web/index.html @@ -842,7 +842,7 @@ Ext.onReady(function() { title: 'Devices', region: 'west', split: true, - width: 300, + width: 200, margins: {top: 5, bottom: 0, right: 0, left: 5}, sortableColumns: false, @@ -894,7 +894,7 @@ Ext.onReady(function() { } ], columns: [ - {header: 'Id', dataIndex: 'id'}, + {header: 'Id', dataIndex: 'id', width: 30}, {header: 'IMEI', dataIndex: 'imei', flex: 1} ], listeners: { @@ -923,7 +923,7 @@ Ext.onReady(function() { title: 'Positions', region: 'south', split: true, - height: 300, + height: 250, margins: {top: 0, bottom: 5, right: 5, left: 5}, sortableColumns: false, -- cgit v1.2.3