You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by pa...@apache.org on 2017/01/05 06:54:30 UTC

ambari git commit: AMBARI-19306. User is not able to validate/submit the workflow after browsing workflow path (Madhan Mohan Reddy via pallavkul)

Repository: ambari
Updated Branches:
  refs/heads/trunk 567ce62ac -> 1c1488941


AMBARI-19306. User is not able to validate/submit the workflow after browsing workflow path (Madhan Mohan Reddy via pallavkul)


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

Branch: refs/heads/trunk
Commit: 1c1488941c4e260585a29203b3963d46eb4da36d
Parents: 567ce62
Author: pallavkul <pa...@gmail.com>
Authored: Thu Jan 5 12:22:37 2017 +0530
Committer: pallavkul <pa...@gmail.com>
Committed: Thu Jan 5 12:22:37 2017 +0530

----------------------------------------------------------------------
 .../views/wfmanager/src/main/resources/ui/app/styles/app.less  | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/1c148894/contrib/views/wfmanager/src/main/resources/ui/app/styles/app.less
----------------------------------------------------------------------
diff --git a/contrib/views/wfmanager/src/main/resources/ui/app/styles/app.less b/contrib/views/wfmanager/src/main/resources/ui/app/styles/app.less
index 4e8d82a..0468875 100644
--- a/contrib/views/wfmanager/src/main/resources/ui/app/styles/app.less
+++ b/contrib/views/wfmanager/src/main/resources/ui/app/styles/app.less
@@ -572,6 +572,12 @@ input:invalid {
     position: relative;
 }
 
+#configureJob .modal-body {
+    max-height: @defaultPropertiesEditorHeight;
+    overflow-y: scroll;
+    overflow-x: hidden;
+}
+
 #action_properties_dialog .modal-dialog,
 #workflow_sla_dialog .modal-dialog,
 #global_properties_dialog .modal-dialog,