mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
improved info handler
This commit is contained in:
@@ -650,25 +650,18 @@
|
||||
<tr>
|
||||
<td colspan="2" class="copyright">Copyright © 2018 Pi-KVM Developers Team</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><br></td>
|
||||
</tr>
|
||||
<tr class="version">
|
||||
<td>KVMD:</td>
|
||||
<td id="about-version-kvmd"></td>
|
||||
</tr>
|
||||
<tr class="version">
|
||||
<td>Streamer:</td>
|
||||
<td id="about-version-streamer"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
<div class="tabs">
|
||||
<input type="radio" name="about-tab-button" id="about-tab-info-button" value="" checked>
|
||||
<label for="about-tab-info-button">Info</label>
|
||||
|
||||
<input type="radio" name="about-tab-button" id="about-tab-version-button" value="">
|
||||
<label for="about-tab-version-button">Version</label>
|
||||
|
||||
<input type="radio" name="about-tab-button" id="about-tab-thanks-button" value="">
|
||||
<label for="about-tab-thanks-button">Thanks</label>
|
||||
|
||||
@@ -677,8 +670,15 @@
|
||||
<span class="code-comment">No data</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="about-tab-version-content">
|
||||
<div id="about-version" class="code">
|
||||
<span class="code-comment">No data</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="about-tab-thanks-content">
|
||||
<div class="code" style="max-height: 300px">
|
||||
<div id="about-thanks" class="code">
|
||||
<span class="code-comment">
|
||||
// These kind people donated money to the Pi-KVM project<br>
|
||||
// and supported the work on it. We are very grateful<br>
|
||||
|
||||
Reference in New Issue
Block a user