You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mc...@apache.org on 2015/04/01 22:51:27 UTC

[3/3] incubator-nifi git commit: NIFI-449: - Adding a link to the nfel styles.

NIFI-449:
- Adding a link to the nfel styles.

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

Branch: refs/heads/develop
Commit: 2c352267afec2a1a2d7bab731b55837a6f123428
Parents: e287817
Author: Matt Gilman <ma...@gmail.com>
Authored: Wed Apr 1 11:40:17 2015 -0400
Committer: Matt Gilman <ma...@gmail.com>
Committed: Wed Apr 1 11:40:17 2015 -0400

----------------------------------------------------------------------
 .../src/main/webapp/WEB-INF/jsp/worksheet.jsp                       | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/2c352267/nifi/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/src/main/webapp/WEB-INF/jsp/worksheet.jsp
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/src/main/webapp/WEB-INF/jsp/worksheet.jsp b/nifi/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/src/main/webapp/WEB-INF/jsp/worksheet.jsp
index 4a23de4..1d7c17b 100644
--- a/nifi/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/src/main/webapp/WEB-INF/jsp/worksheet.jsp
+++ b/nifi/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/src/main/webapp/WEB-INF/jsp/worksheet.jsp
@@ -28,6 +28,7 @@
         <link rel="stylesheet" href="../nifi/js/codemirror/lib/codemirror.css" type="text/css" />
         <link rel="stylesheet" href="../nifi/js/codemirror/addon/hint/show-hint.css" type="text/css" />
         <link rel="stylesheet" href="../nifi/js/jquery/nfeditor/jquery.nfeditor.css" type="text/css" />
+        <link rel="stylesheet" href="../nifi/js/jquery/nfeditor/languages/nfel.css" type="text/css" />
         <link rel="stylesheet" href="../nifi/css/reset.css" type="text/css" />
         <link rel="stylesheet" href="css/main.css" type="text/css" />
         <script type="text/javascript" src="../nifi/js/jquery/jquery-2.1.1.min.js"></script>