Skip to content

Commit

Permalink
prepare to insert
Browse files Browse the repository at this point in the history
  • Loading branch information
b1conrad committed Mar 16, 2024
1 parent 59fd58d commit 960485c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions krl/io.picolabs.plan.wovyn-sensors.krl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ ruleset io.picolabs.plan.wovyn-sensors {
<th style="text-align:left">Location</th>
<th>Remove</th>
</tr>
<tr>
<td></td>
<td><input name="name"></td>
<td><input name="location"</td>
<td><button type="submit">Add</button></td>
</tr>
#{
ent:mapping
.keys()
Expand All @@ -47,13 +53,7 @@ ruleset io.picolabs.plan.wovyn-sensors {
)
.values()
.join("")
}<tr>
<td></td>
<td><input name="name"></td>
<td><input name="location"</td>
<td><button type="submit">Add</button></td>
</tr>
</table>
}</table>
</form>
>>, _headers)
}
Expand Down

0 comments on commit 960485c

Please sign in to comment.