Update board.go, board_dummy.go, and 4 more files...
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user