You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sr...@apache.org on 2015/06/25 02:42:47 UTC

[4/4] ambari git commit: AMBARI-11954. Ambari storm view fix for html page and added loading gif (Sriharsha Chintalapani via srimanth)

AMBARI-11954. Ambari storm view fix for html page and added loading gif (Sriharsha Chintalapani via srimanth)


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

Branch: refs/heads/branch-2.1
Commit: cafe263451826bd0515839b9b54f8cccb1e004c9
Parents: 519a185
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Wed Jun 24 17:42:29 2015 -0700
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Wed Jun 24 17:42:29 2015 -0700

----------------------------------------------------------------------
 contrib/views/pom.xml                           |   1 +
 .../libs/bower/bootstrap/css/bootstrap.min.css  |   2 +-
 .../libs/bower/jquery-ui/css/jquery-ui.min.css  |   2 +-
 .../libs/bower/jquery-ui/js/jquery-ui-slider.js | 655 +++++++++++++++++++
 .../resources/scripts/globalize/message/en.js   |   3 +-
 .../storm/src/main/resources/scripts/main.js    |   9 +-
 .../src/main/resources/scripts/router/Router.js |  13 +-
 .../main/resources/scripts/utils/Overrides.js   | 193 ++++--
 .../scripts/views/Cluster/ClusterSummary.js     |  48 +-
 .../scripts/views/Topology/RebalanceForm.js     |  63 +-
 .../scripts/views/Topology/TopologyDetail.js    |  48 +-
 .../scripts/views/Topology/TopologySummary.js   |  39 +-
 .../main/resources/scripts/views/site/Header.js |  34 +-
 .../storm/src/main/resources/styles/default.css |  52 +-
 .../templates/cluster/clusterSummary.html       |   8 +-
 .../main/resources/templates/site/header.html   |   6 +
 .../templates/topology/rebalanceForm.html       |  26 +
 .../templates/topology/topologyDetail.html      |  12 +-
 .../templates/topology/topologyForm.html        |  26 +-
 .../templates/topology/topologySummary.html     |   4 +-
 20 files changed, 1030 insertions(+), 214 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/cafe2634/contrib/views/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/views/pom.xml b/contrib/views/pom.xml
index ad8ae8c..9844743 100644
--- a/contrib/views/pom.xml
+++ b/contrib/views/pom.xml
@@ -40,6 +40,7 @@
     <module>capacity-scheduler</module>
     <module>tez</module>
     <module>utils</module>
+    <module>storm</module>
   </modules>
   <build>
     <pluginManagement>