From 02f26dc61e371db1266f7217733087be7758db8c Mon Sep 17 00:00:00 2001 From: Hiroyuki Eguchi Date: Thu, 18 May 2017 10:40:26 +0900 Subject: [PATCH] stdout doesn't show up Fix the issue that stdout doesn't show up in overview panel. Change-Id: Ia7cf4b82fd0a632ac3a2812525bd536b74beeb74 --- .../dashboard/machine_learning/overview/details.module.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meteos_ui/static/dashboard/machine_learning/overview/details.module.js b/meteos_ui/static/dashboard/machine_learning/overview/details.module.js index 03c2617..a23c9ad 100644 --- a/meteos_ui/static/dashboard/machine_learning/overview/details.module.js +++ b/meteos_ui/static/dashboard/machine_learning/overview/details.module.js @@ -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){