Update board.go, board_dummy.go, and 4 more files...

This commit is contained in:
2021-01-05 14:50:11 +01:00
parent 44de3e8694
commit 54b24620ba
6 changed files with 395 additions and 159 deletions

View File

@@ -72,14 +72,14 @@
<div class="form-group">
<label for="board" class="col-sm-2 control-label">Board</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="board" disabled="" value="{{ outlet.Board.Name }}">
<input type="text" class="form-control" id="board" disabled="" value="{{ outlet.Channel.Parent().Name }}">
</div>
</div>
<div class="form-group">
<label for="channel" class="col-sm-2 control-label">Board port</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="channel" disabled="" value="{{ outlet.Channel.Name }}">
<input type="text" class="form-control" id="channel" disabled="" value="{{ outlet.Channel.Name() }}">
</div>
</div>