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:
parent
a0f6f09c19
commit
02f26dc61e
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user