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