8000 fixed in node legend classes · rchakode/kube-opex-analytics@9493edd · GitHub
[go: up one dir, main page]

Skip to content

Commit 9493edd

Browse files
committed
fixed in node legend classes
1 parent 51b0031 commit 9493edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/frontend.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ define(['jquery', 'bootstrap', 'bootswatch', 'd3Selection', 'stackedAreaChart',
468468
dynHtml += '<div class="col-md-4">';
469469
dynHtml += ' <h4>' + nname + '</h4>';
470470
dynHtml += ' <div class="js-' + nname4Css + '"></div>';
471-
dynHtml += ' <div class="js-' + nname4Css + '-legend" britechart-legend"></div>';
471+
dynHtml += ' <div class="js-' + nname4Css + '-legend britechart-legend"></div>';
472472
dynHtml += '</div>';
473473
}
474474
$("#js-nodes-load-container").html(dynHtml);

0 commit comments

Comments
 (0)
0