AMBARI-2829. Dashboard refactor and Unit tests. (onechiporenko)
Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/c764f2b8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/c764f2b8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/c764f2b8 Branch: refs/heads/trunk Commit: c764f2b8c6fb6c1f6339d3a60b49d0dd75f3f971 Parents: 8bf3d0b Author: Oleg Nechiporenko <[email protected]> Authored: Wed Aug 7 15:48:52 2013 +0300 Committer: Oleg Nechiporenko <[email protected]> Committed: Tue Sep 3 19:51:53 2013 +0300 ---------------------------------------------------------------------- ambari-web/app/assets/test/tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/c764f2b8/ambari-web/app/assets/test/tests.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/assets/test/tests.js b/ambari-web/app/assets/test/tests.js index 62ca5c6..070e238 100644 --- a/ambari-web/app/assets/test/tests.js +++ b/ambari-web/app/assets/test/tests.js @@ -91,4 +91,4 @@ require('test/views/main/dashboard/widgets/pie_chart_widget_test'); require('test/views/main/dashboard/widgets/namenode_cpu_test'); require('test/views/common/configs/services_config_test'); require('test/models/host_test'); -require('test/models/rack_test'); \ No newline at end of file +require('test/models/rack_test');
