commit | 6e8a75a30ee828d9a3f8b349d75a07530f6cb10c | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Fri Jan 22 09:33:26 2016 -0800 |
committer | Matteo Scandolo <teo@onlab.us> | Fri Jan 22 09:33:26 2016 -0800 |
tree | d67c7aa936dac3297d5592b16bed8f7333f9190e | |
parent | 3501ccb74646c842b719c2e96e57f9e071b497d8 [diff] |
Showing slice name on chart
diff --git a/gui/ngXosViews/serviceTopology/src/css/serviceTopology.css b/gui/ngXosViews/serviceTopology/src/css/serviceTopology.css index bc952f6..220d2ab 100644 --- a/gui/ngXosViews/serviceTopology/src/css/serviceTopology.css +++ b/gui/ngXosViews/serviceTopology/src/css/serviceTopology.css
@@ -14,6 +14,12 @@ stroke-width: 3px; } +.node rect.slice-detail{ + fill: #fff; + stroke: steelblue; + stroke-width: 3px; +} + .node text { font: 12px sans-serif; }