diff options
author | Devaev Maxim <[email protected]> | 2018-10-28 06:51:51 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-10-28 07:03:14 +0300 |
commit | ab342111d0c88e13e0d0d4a79c1e14150a7d4ef3 (patch) | |
tree | 022ec24cc8b7fde70fba8833ef8a35fcad228e48 /web/index.html | |
parent | 1f54776ce0a1429a7ddcc4ac8b09054c48d67953 (diff) |
log interface
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html index 6b9979bb..8e49aed7 100644 --- a/web/index.html +++ b/web/index.html @@ -112,6 +112,10 @@ <button disabled data-force-hide-menu id="hid-reset-button">• Reset keyboard & mouse</button> <button disabled data-force-hide-menu id="msd-reset-button">• Reset mass storage</button> </div> + <hr> + <div class="ctl-dropdown-content-buttons"> + <button data-force-hide-menu onclick="window.open('kvmd/log?seek=3600&follow=1', '_blank');">• View log</button> + </div> </div> </div> </li> |