Repository: ambari
Updated Branches:
  refs/heads/trunk 69f2bcf99 -> 256121dfe


AMBARI-6567. Views: Browser refresh leaves a blank page. Additional patch 
(Buzhor Denys via alexantonenko)


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

Branch: refs/heads/trunk
Commit: 256121dfe75c9439b557e10b52ba17507d191b6d
Parents: 69f2bcf
Author: Alex Antonenko <hiv...@gmail.com>
Authored: Wed Jul 23 09:59:44 2014 +0300
Committer: Alex Antonenko <hiv...@gmail.com>
Committed: Wed Jul 23 09:59:44 2014 +0300

----------------------------------------------------------------------
 .../main/views/details_controller.js            | 21 ++++++++++++++++++++
 .../app/views/main/views/details_controller.js  | 21 --------------------
 2 files changed, 21 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/256121df/ambari-web/app/controllers/main/views/details_controller.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/main/views/details_controller.js 
b/ambari-web/app/controllers/main/views/details_controller.js
new file mode 100644
index 0000000..451fa07
--- /dev/null
+++ b/ambari-web/app/controllers/main/views/details_controller.js
@@ -0,0 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+App.MainViewsDetailsController = Em.Controller.extend({
+  name:'mainViewsDetailsController'
+});

http://git-wip-us.apache.org/repos/asf/ambari/blob/256121df/ambari-web/app/views/main/views/details_controller.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/views/main/views/details_controller.js 
b/ambari-web/app/views/main/views/details_controller.js
deleted file mode 100644
index 451fa07..0000000
--- a/ambari-web/app/views/main/views/details_controller.js
+++ /dev/null
@@ -1,21 +0,0 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-App.MainViewsDetailsController = Em.Controller.extend({
-  name:'mainViewsDetailsController'
-});

Reply via email to