1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Added a name icon and a description label on edit subflow window.

This commit is contained in:
Kazuki Nakanishi 2017-03-03 14:10:20 +00:00 committed by Nick O'Leary
parent 5945be95cf
commit 12435b997a
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -156,10 +156,11 @@
<script type="text/x-red" data-template-name="subflow-template"> <script type="text/x-red" data-template-name="subflow-template">
<div class="form-row"> <div class="form-row">
<i class="fa fa-tag"></i>
<label for="subflow-input-name" data-i18n="common.label.name"></label><input type="text" id="subflow-input-name"> <label for="subflow-input-name" data-i18n="common.label.name"></label><input type="text" id="subflow-input-name">
</div> </div>
<div class="form-row" style="margin-bottom: 0px;"> <div class="form-row" style="margin-bottom: 0px;">
<label for="subflow-input-info" data-i18n="subflow.info"></label> <label for="subflow-input-info" data-i18n="editor:subflow.info"></label>
<a href="https://help.github.com/articles/markdown-basics/" style="font-size: 0.8em; float: right;" data-i18n="[html]subflow.format"></a> <a href="https://help.github.com/articles/markdown-basics/" style="font-size: 0.8em; float: right;" data-i18n="[html]subflow.format"></a>
</div> </div>
<div class="form-row node-text-editor-row"> <div class="form-row node-text-editor-row">