blob: 36a899c3129b7675011489b55d1a8060df01fbed [file] [log] [blame]
function appInit() {
svg = createTopologyView();
// populates selected flows with empty rows
updateSelectedFlows();
d3.select('#showFlowChooser').on('click', function () {
showFlowChooser();
});
}