You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2016/11/10 21:16:03 UTC

nifi git commit: [NIFI-3021] remove white-space:no-wrap on view configuration properties tables textareas

Repository: nifi
Updated Branches:
  refs/heads/master f83863eba -> 4957b628f


[NIFI-3021] remove white-space:no-wrap on view configuration properties tables textareas

This closes #1204.


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

Branch: refs/heads/master
Commit: 4957b628fbce1b31391a3be390c68f9289ea5615
Parents: f83863e
Author: Scott Aslan <sc...@gmail.com>
Authored: Thu Nov 10 15:27:26 2016 -0500
Committer: Pierre Villard <pi...@gmail.com>
Committed: Thu Nov 10 22:12:08 2016 +0100

----------------------------------------------------------------------
 .../main/webapp/js/jquery/propertytable/jquery.propertytable.js   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/4957b628/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/propertytable/jquery.propertytable.js
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/propertytable/jquery.propertytable.js b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/propertytable/jquery.propertytable.js
index 246129c..006a41b 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/propertytable/jquery.propertytable.js
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/propertytable/jquery.propertytable.js
@@ -850,7 +850,8 @@
                             'height': '80px',
                             'resize': 'both',
                             'width': cellNode.width() + 'px',
-                            'margin': '10px 0px'
+                            'margin': '10px 0px',
+                            'white-space': 'pre'
                         }).text(property.value).on('keydown', function (evt) {
                             if (evt.which === $.ui.keyCode.ESCAPE) {
                                 cleanUp();