summaryrefslogtreecommitdiff
path: root/web/kvm
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-06-02 20:59:43 +0300
committerDevaev Maxim <[email protected]>2020-06-02 20:59:43 +0300
commitcb9597679d8c9189e671e166de45c707c650bb2f (patch)
treee0f3e00bafe4c1674f8497e6832f292233d94821 /web/kvm
parentfe7c275d1a827f95d40d774e38b928aee493a41b (diff)
improved info handler
Diffstat (limited to 'web/kvm')
-rw-r--r--web/kvm/index.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html
index 52938a12..36459d21 100644
--- a/web/kvm/index.html
+++ b/web/kvm/index.html
@@ -650,25 +650,18 @@
<tr>
<td colspan="2" class="copyright">Copyright &copy; 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>