Merge pull request #1965 from stanleyxu2005/issue_1892 fix #1892: added instruction text to operate network graph
Project: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/commit/1db8606b Tree: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/tree/1db8606b Diff: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/diff/1db8606b Branch: refs/heads/master Commit: 1db8606b031577dafc248f0335067aa00463398a Parents: 9feb159 3bf290e Author: Sean Zhong <[email protected]> Authored: Mon Feb 15 10:29:02 2016 +0800 Committer: Sean Zhong <[email protected]> Committed: Mon Feb 15 10:29:02 2016 +0800 ---------------------------------------------------------------------- services/dashboard/index.html | 4 +- services/dashboard/views/apps/apps.js | 4 +- .../dashboard/views/apps/compose/compose.js | 6 +- .../dashboard/views/apps/streamingapp/dag.html | 8 ++- .../dashboard/views/apps/streamingapp/dag.js | 48 +++++++++++--- .../views/apps/streamingapp/popups/dag_edit.js | 2 +- .../streamingapp/popups/processor_menu.html | 15 ----- .../views/apps/streamingapp/vis/network.js | 69 +++++++++++--------- .../views/widgets/metrics_period_switcher.html | 3 - .../views/widgets/metrics_period_switcher.js | 32 --------- .../dashboard/views/widgets/radio_group.html | 12 ---- services/dashboard/views/widgets/radio_group.js | 29 -------- .../widgets/metrics_period_switcher.html | 3 + .../widgets/metrics_period_switcher.js | 32 +++++++++ services/dashboard/widgets/radio_group.html | 12 ++++ services/dashboard/widgets/radio_group.js | 29 ++++++++ 16 files changed, 164 insertions(+), 144 deletions(-) ----------------------------------------------------------------------
