diff options
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index c6d3301d..713e1c84 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -904,6 +904,20 @@ </tr> </table> <hr> + <div class="hidden" id="switch-message-update"> + <div class="text"> + <table> + <tr> + <td rowspan="2"><img class="sign " src="/share/svg/info.svg"></td> + <td style="line-height:1.5"><b>Good news! Your switch is ready to get the firmware update</b></td> + </tr> + <tr> + <td><sup style="line-height:1">Please <a target="_blank" href="https://docs.pikvm.org/switch/#firmware-updating">follow the instructions</a> when you decide to install it.</sup></td> + </tr> + </table> + </div> + <hr> + </div> <table class="kv"> <tr> <td>Ask ATX click confirmation:</td> |