Skip to content

Commit

Permalink
- fix docker-configuration node's name not saving
Browse files Browse the repository at this point in the history
  • Loading branch information
skylord123 committed Mar 12, 2024
1 parent acc346a commit 9dececc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docker-configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

<script type="text/x-red" data-template-name="docker-configuration">
<div class="form-row">
<label for="node-input-name"><i class="fa fa-tag"></i> Name</label>
<input type="text" id="node-input-name">
<label for="node-config-input-name"><i class="fa fa-tag"></i> Name</label>
<input type="text" id="node-config-input-name">
</div>
<div class="form-row">
<label for="node-config-input-host"><i class="icon-bookmark"></i> Host/Path to docker.sock</label>
Expand Down

0 comments on commit 9dececc

Please sign in to comment.