Repository: ambari
Updated Branches:
  refs/heads/trunk 4b962fabc -> 3ed1b415b


AMBARI-5405 Cover main app with unit tests, second patch. (atkach)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3ed1b415
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3ed1b415
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3ed1b415

Branch: refs/heads/trunk
Commit: 3ed1b415bc06435137147ac6b329042a70813903
Parents: 4b962fa
Author: atkach <atk...@hortonworks.com>
Authored: Wed Apr 9 15:49:42 2014 +0300
Committer: atkach <atk...@hortonworks.com>
Committed: Wed Apr 9 15:49:42 2014 +0300

----------------------------------------------------------------------
 ambari-web/app/views/main/service/info/summary.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/3ed1b415/ambari-web/app/views/main/service/info/summary.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/views/main/service/info/summary.js 
b/ambari-web/app/views/main/service/info/summary.js
index 821261f..110898f 100644
--- a/ambari-web/app/views/main/service/info/summary.js
+++ b/ambari-web/app/views/main/service/info/summary.js
@@ -16,7 +16,7 @@
  */
 
 var App = require('app');
-require('views/main/dashboard/service');
+require('views/main/service/service');
 
 App.AlertItemView = Em.View.extend({
   tagName:"li",

Reply via email to