You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2015/08/06 14:11:41 UTC

ambari git commit: AMBARI-12659. HDFS configs tab loaded too slow (alexantonenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk 07319d530 -> 6e7a65c65


AMBARI-12659. HDFS configs tab loaded too slow (alexantonenko)


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

Branch: refs/heads/trunk
Commit: 6e7a65c65a5f890581b17cd62953aad91438ff94
Parents: 07319d5
Author: Alex Antonenko <hi...@gmail.com>
Authored: Thu Aug 6 15:09:06 2015 +0300
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Thu Aug 6 15:09:06 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/6e7a65c6/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 96f3313..62407a0 100644
--- a/ambari-web/app/views/main/service/info/summary.js
+++ b/ambari-web/app/views/main/service/info/summary.js
@@ -617,6 +617,7 @@ App.MainServiceInfoSummaryView = Em.View.extend(App.UserPref, {
     $("[rel='add-widget-tooltip']").tooltip('destroy');
     $('.thumbnail').off();
     $('#widget_layout').sortable('destroy');
+    $('.widget.span2p4').detach().remove();
     this.get('serviceMetricGraphs').clear();
     this.set('service', null);
     this.get('mastersObj').clear();