Skip to content

Commit

Permalink
Add topic to ui-list node - bump package
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Conway-Jones committed Oct 8, 2019
1 parent be7317e commit 94db5fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node-red-node-ui-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-node-ui-list",
"version": "0.2.3",
"version": "0.2.4",
"description": "Node-RED Dashboard UI widget node for simple list",
"author": "Hiroyasu Nishiyama",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion node-red-node-ui-list/ui_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<label for="node-input-allowHTML" style="width: 70%;"><span data-i18n="ui_list.label.html"></span></label>
</div>
<div class="form-row">
<label for="node-input-topic">&nbsp;&nbsp;</i> <span data-i18n="ui_list.label.topic"></span></label>
<label for="node-input-topic"><i class="fa fa-tasks"></i> <span data-i18n="ui_list.label.topic"></span></label>
<input type="text" id="node-input-topic">
</div>
<div class="form-row">
Expand Down

0 comments on commit 94db5fb

Please sign in to comment.