|
|
@ -15,7 +15,7 @@ |
|
|
|
<!-- Username Area --> |
|
|
|
<div class="form-row my-2"> |
|
|
|
<div class="input-group"> |
|
|
|
<input id="logID" class="form-control col-md-4 mx-1" type="text" data-bind="value: logID"/> |
|
|
|
<input id="logID" class="form-control col-md-4 mx-1" type="text" data-bind="value: logID, event:{ change: apiKeyChanged}"/> |
|
|
|
<button id="getInfo" class="btn btn-primary formcontrol col-md-4" data-bind="click: getLog">Get Log</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -43,7 +43,7 @@ |
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm" data-bind="foreach: friendlies"> |
|
|
|
<details> |
|
|
|
<summary><span data-bind="text: name"></span></summary> |
|
|
|
<summary><span data-bind="text: type, text: name, style: {color: $parent.textColor($data)}"></span></summary> |
|
|
|
</details> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|