commit | ca7db31567cff9312a16012b3327909a945381c8 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Tue Feb 16 12:50:50 2016 -0800 |
committer | Matteo Scandolo <teo@onlab.us> | Tue Feb 16 12:50:50 2016 -0800 |
tree | 80c1e76c98d6048937b2ea171bed1f6fc2b9caa3 | |
parent | ad5b228fe64ffcfd58035d0ecc7a27ba3e8a44e5 [diff] [blame] |
Calculating test result based on config values
diff --git a/views/ngXosViews/diagnostic/src/js/nodeDrawer.js b/views/ngXosViews/diagnostic/src/js/nodeDrawer.js index dba2325..7e52abb 100644 --- a/views/ngXosViews/diagnostic/src/js/nodeDrawer.js +++ b/views/ngXosViews/diagnostic/src/js/nodeDrawer.js
@@ -120,7 +120,7 @@ y: 13, //FIXME x: 5 //FIXME }) - .text(d => d.humanReadableName.split('.')[0]); + .text(d => d.name); }; this.addPhisical = (nodes) => {