blob: 2fc897db9e780a4e88b8e42fa7af4da5b277ed5e [file] [log] [blame]
Paul Greysonc090d142013-04-09 16:59:03 -07001function appInit(cb) {
Paul Greyson7a300822013-04-09 12:57:49 -07002
3 // populates selected flows with empty rows
4 updateSelectedFlows();
5
6 d3.select('#showFlowChooser').on('click', function () {
7 showFlowChooser();
8 });
Paul Greysonc090d142013-04-09 16:59:03 -07009
10 createTopologyView(cb);
Paul Greyson7a300822013-04-09 12:57:49 -070011}