diff options
author | Devaev Maxim <[email protected]> | 2020-07-15 13:22:02 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-07-15 13:22:02 +0300 |
commit | 762fae59fb696f2d68e9847c0c45f7050ba64e64 (patch) | |
tree | 985e433790d691b46152bff17da00963a842f234 /web/kvm/index.html | |
parent | 6fa59bd7a136bdda7640abb1748910aa52031a02 (diff) |
better messages style
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 61 |
1 files changed, 37 insertions, 24 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 7ddd7659..caecddf0 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -62,9 +62,12 @@ <div class="text"> <table> <tr> - <td><img class="sign " src="/share/svg/warning.svg"></td> - <td><b>Raspberry Pi's health is at risk</b> <br> <br><sup>This is not a drill! A red icon indicates a current issue,<br> - a yellow one that was observed since the device booted up.</sup></td> + <td rowspan="2"><img class="sign " src="/share/svg/warning.svg"></td> + <td style="line-height:1.5"><b>Raspberry Pi's health is at risk</b></td> + </tr> + <tr> + <td><sup style="line-height:1">This is not a drill! A red icon indicates a current issue,<br> + a yellow one that was observed since the device booted up</sup></td> </tr> </table> </div> @@ -73,9 +76,12 @@ <div class="text"> <table> <tr> - <td><img class="sign led-gray" src="/share/svg/led-undervoltage.svg"></td> - <td><b>Undervoltage detected</b> <br> <br><sup>Make sure your power supply and cabling are providing<br> - enough power to the Raspberry Pi (3A minimum).</sup></td> + <td rowspan="2"><img class="sign led-gray" src="/share/svg/led-undervoltage.svg"></td> + <td style="line-height:1.5"><b>Undervoltage detected</b></td> + </tr> + <tr> + <td><sup style="line-height:1">Make sure your power supply and cabling are providing<br> + enough power to the Raspberry Pi (3A minimum)</sup></td> </tr> </table> </div> @@ -85,9 +91,12 @@ <div class="text"> <table> <tr> - <td><img class="sign led-gray" src="/share/svg/led-overheating.svg"></td> - <td><b>Overheating detected</b> <br> <br><sup>Frequency capping due to overheating.<br> - Improve cooling of the Raspberry Pi.</sup></td> + <td rowspan="2"><img class="sign led-gray" src="/share/svg/led-overheating.svg"></td> + <td style="line-height:1.5"><b>Overheating detected</b></td> + </tr> + <tr> + <td><sup style="line-height:1">Frequency capping due to overheating,<br> + improve cooling of the Raspberry Pi</sup></td> </tr> </table> </div> @@ -176,9 +185,8 @@ <div class="text"> <table> <tr> - <td><img class="sign" src="/share/svg/warning.svg"></td> - <td><b>Mass Storage Device is offline</b> - </td> + <td rowspan="2"><img class="sign " src="/share/svg/warning.svg"></td> + <td style="line-height:1.5"><b>Mass Storage Device is offline</b></td> </tr> </table> </div> @@ -188,9 +196,11 @@ <div class="text"> <table> <tr> - <td><img class="sign" src="/share/svg/warning.svg"></td> - <td><b>Current image is broken!</b><br><sup>Perhaps uploading was interrupted</sup> - </td> + <td rowspan="2"><img class="sign " src="/share/svg/warning.svg"></td> + <td style="line-height:1.5"><b>Current image is broken!</b></td> + </tr> + <tr> + <td><sup style="line-height:1">Perhaps uploading was interrupted<br></sup></td> </tr> </table> </div> @@ -200,9 +210,11 @@ <div class="text"> <table> <tr> - <td><img class="sign" src="/share/svg/warning.svg"></td> - <td><b>Current image is too big for CD-ROM!</b><br><sup>The device filesystem will be truncated to 2.2GiB</sup> - </td> + <td rowspan="2"><img class="sign " src="/share/svg/warning.svg"></td> + <td style="line-height:1.5"><b>Current image is too big for CD-ROM!</b></td> + </tr> + <tr> + <td><sup style="line-height:1">The device filesystem will be truncated to 2.2GiB</sup></td> </tr> </table> </div> @@ -212,9 +224,11 @@ <div class="text"> <table> <tr> - <td><img class="sign" src="/share/svg/warning.svg"></td> - <td><b>Current image is out of storag</b><br><sup>This image was connected manually using <b>kvmd-otgmsd</b></sup> - </td> + <td rowspan="2"><img class="sign " src="/share/svg/warning.svg"></td> + <td style="line-height:1.5"><b>Current image is out of storag</b></td> + </tr> + <tr> + <td><sup style="line-height:1">This image was connected manually using <b>kvmd-otgmsd</b></sup></td> </tr> </table> </div> @@ -224,9 +238,8 @@ <div class="text"> <table> <tr> - <td><img class="sign" src="/share/svg/info.svg"></td> - <td><b>Another user uploads an image</b> - </td> + <td rowspan="2"><img class="sign " src="/share/svg/info.svg"></td> + <td style="line-height:1.5"><b>Another user uploads an image</b></td> </tr> </table> </div> |