You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by de...@apache.org on 2016/12/02 15:07:24 UTC

svn commit: r1772359 - /uima/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/file.pager.jsp

Author: degenaro
Date: Fri Dec  2 15:07:24 2016
New Revision: 1772359

URL: http://svn.apache.org/viewvc?rev=1772359&view=rev
Log:
UIMA-5196 DUCC Web Server (WS) file pager usability improvement

Modified:
    uima/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/file.pager.jsp

Modified: uima/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/file.pager.jsp
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/file.pager.jsp?rev=1772359&r1=1772358&r2=1772359&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/file.pager.jsp (original)
+++ uima/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/file.pager.jsp Fri Dec  2 15:07:24 2016
@@ -94,9 +94,7 @@ under the License.
     </div>
     
     <div class="log-display-bot">
-        <div style="white-space:pre-wrap;">
-            <div id="log_file_page_area">
-            </div>
+        <div id="log_file_page_area">
         </div>
     </div>
   
@@ -122,7 +120,7 @@ under the License.
                 pre = "";
                 post = "";
                 if(data.startsWith("<pre>")) {
-                        pre = "<pre>";
+                        pre = "<pre style=height:650px;width:99%;white-space:pre-wrap;resize:both;>";
                         data = data.substring(5);
                 }
                 if(data.endsWith("</pre>\n")) {
@@ -157,7 +155,7 @@ under the License.
                 pre = "";
                 post = "";
                 if(data.startsWith("<pre>")) {
-                        pre = "<pre>";
+                        pre = "<pre style=height:650px;width:99%;white-space:pre-wrap;resize:both;>";
                         data = data.substring(5);
                 }
                 if(data.endsWith("</pre>\n")) {