stdout doesn't show up

Fix the issue that stdout doesn't show up
in overview panel.

Change-Id: Ia7cf4b82fd0a632ac3a2812525bd536b74beeb74
This commit is contained in:
Hiroyuki Eguchi 2017-05-18 10:40:26 +09:00
parent a0f6f09c19
commit 02f26dc61e
1 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@
var div = d3.select("#meteosMenu").append("div")
.style("width", "360px")
.style("height", "180px")
.style("height", "220px")
.style("background", "#d6dadf")
.style("position", "absolute")
.style("opacity", 0)
@ -193,7 +193,7 @@
});
var hiddenFields=['x', 'y', 'px', 'py',
'index','head','fixed','icon', 'stdout',
'index','head','fixed','icon',
'weight', 'links', 'name', 'created_at'];
function createMenu(d){