You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2017/11/28 20:40:11 UTC

[10/12] ambari git commit: AMBARI-22527 : Error while viewing topology details - Storm View (Sanket Shah via mradhakrishnan)

AMBARI-22527 : Error while viewing topology details - Storm View (Sanket Shah via mradhakrishnan)


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

Branch: refs/heads/branch-feature-AMBARI-22457
Commit: 7bd304f87040c70c607fe813d7988384d7cc7663
Parents: 66efd3d
Author: Madhuvanthi Radhakrishnan <mr...@hortonworks.com>
Authored: Tue Nov 28 10:34:26 2017 -0800
Committer: Madhuvanthi Radhakrishnan <mr...@hortonworks.com>
Committed: Tue Nov 28 10:36:43 2017 -0800

----------------------------------------------------------------------
 .../scripts/containers/ComponentDetailView.jsx  |  2 +-
 .../storm/src/main/resources/ui/package.json    | 20 ++++++++++----------
 2 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/7bd304f8/contrib/views/storm/src/main/resources/ui/app/scripts/containers/ComponentDetailView.jsx
----------------------------------------------------------------------
diff --git a/contrib/views/storm/src/main/resources/ui/app/scripts/containers/ComponentDetailView.jsx b/contrib/views/storm/src/main/resources/ui/app/scripts/containers/ComponentDetailView.jsx
index 2b3ed69..a5b356b 100644
--- a/contrib/views/storm/src/main/resources/ui/app/scripts/containers/ComponentDetailView.jsx
+++ b/contrib/views/storm/src/main/resources/ui/app/scripts/containers/ComponentDetailView.jsx
@@ -574,7 +574,7 @@ export default class ComponentDetailView extends Component {
               <div className="form-group">
                 <label className="col-sm-4 control-label">ID:</label>
                 <div className="col-sm-8">
-                  <p className="form-control-static" style={{'word-wrap' : 'break-word'}}>{componentDetail.id}</p>
+                  <p className="form-control-static" style={{'wordWrap' : 'break-word'}}>{componentDetail.id}</p>
                 </div>
               </div>
               <div className="form-group">

http://git-wip-us.apache.org/repos/asf/ambari/blob/7bd304f8/contrib/views/storm/src/main/resources/ui/package.json
----------------------------------------------------------------------
diff --git a/contrib/views/storm/src/main/resources/ui/package.json b/contrib/views/storm/src/main/resources/ui/package.json
index f9e029b..3b68936 100644
--- a/contrib/views/storm/src/main/resources/ui/package.json
+++ b/contrib/views/storm/src/main/resources/ui/package.json
@@ -66,22 +66,22 @@
     "postcss-loader": "^1.2.2",
     "prop-types": "^15.6.0",
     "react": "15.6.2",
-    "react-bootstrap": "^0.31.3",
-    "react-bootstrap-switch": "^3.4.5",
-    "react-breadcrumbs": "^1.3.16",
-    "react-codemirror": "^0.2.6",
-    "react-datetime": "^2.5.0",
+    "react-bootstrap": "0.31.3",
+    "react-bootstrap-switch": "3.4.5",
+    "react-breadcrumbs": "1.3.16",
+    "react-codemirror": "0.2.6",
+    "react-datetime": "2.5.0",
     "react-dom": "15.6.2",
     "react-hot-loader": "^3.0.0-beta.3",
     "react-onclickoutside": "^5.3.2",
-    "react-router": "^2.6.0",
-    "react-router-bootstrap": "^0.23.1",
-    "react-select": "^1.0.0-beta14",
-    "react-toastr": "^2.8.0",
+    "react-router": "2.6.0",
+    "react-router-bootstrap": "0.23.1",
+    "react-select": "1.0.0-rc.10",
+    "react-toastr": "2.8.0",
     "react-treebeard": "^1.1.4",
     "react-twitter-typeahead": "^1.1.12",
     "react-utils": "^1.0.0",
-    "reactable": "^0.14.0",
+    "reactable": "0.14.0",
     "require-dir": "^0.3.0",
     "run-sequence": "^1.2.2",
     "style-loader": "^0.13.1",