NIFI-459:
- Fixing the label for the units in the hex view label.

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

Branch: refs/heads/NIFI-271
Commit: 322be256b561cd4e2af84118c64eb594ccafd285
Parents: c1959b3
Author: Matt Gilman <matt.c.gil...@gmail.com>
Authored: Fri Apr 10 11:03:05 2015 -0400
Committer: Matt Gilman <matt.c.gil...@gmail.com>
Committed: Fri Apr 10 11:03:05 2015 -0400

----------------------------------------------------------------------
 .../src/main/webapp/WEB-INF/jsp/hexview.jsp                        | 2 +-
 .../nifi-web/nifi-web-content-viewer/src/main/webapp/css/main.css  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/322be256/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-viewer/src/main/webapp/WEB-INF/jsp/hexview.jsp
----------------------------------------------------------------------
diff --git 
a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-viewer/src/main/webapp/WEB-INF/jsp/hexview.jsp
 
b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-viewer/src/main/webapp/WEB-INF/jsp/hexview.jsp
index c6e7f38..f4e9fd2 100644
--- 
a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-viewer/src/main/webapp/WEB-INF/jsp/hexview.jsp
+++ 
b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-viewer/src/main/webapp/WEB-INF/jsp/hexview.jsp
@@ -29,4 +29,4 @@
         <input type="hidden" name="caption" value="" />
     </form>
 </div>
-<div id="trancation-message">Showing up to 1.5kb</div>
\ No newline at end of file
+<div id="truncation-message">Showing up to 1.5 KB</div>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/322be256/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-viewer/src/main/webapp/css/main.css
----------------------------------------------------------------------
diff --git 
a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-viewer/src/main/webapp/css/main.css
 
b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-viewer/src/main/webapp/css/main.css
index a66198d..fe68b62 100644
--- 
a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-viewer/src/main/webapp/css/main.css
+++ 
b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-viewer/src/main/webapp/css/main.css
@@ -87,7 +87,7 @@
     padding: 2px;
 }
 
-#trancation-message {
+#truncation-message {
     position: absolute;
     left: 100px;
     bottom: 35px;

Reply via email to