diff options
author | Devaev Maxim <[email protected]> | 2018-10-10 00:51:08 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-10-10 00:51:08 +0300 |
commit | 95bc1536b23a17637188108a581a1b47bdd23daa (patch) | |
tree | 5bc804a3dbaf4bf19c67e82e1e59aba3fdc76470 /web/index.html | |
parent | a449b39c52392d0d8b043934a15792f21d54e06d (diff) |
show streamer version
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/web/index.html b/web/index.html index 86b64f3b..6b9979bb 100644 --- a/web/index.html +++ b/web/index.html @@ -541,12 +541,8 @@ <td id="about-version-kvmd" class="version"></td> </tr> <tr> - <td>Python:</td> - <td id="about-version-python" class="version"></td> - </tr> - <tr> - <td>Platform:</td> - <td id="about-version-platform" class="version"></td> + <td>Streamer:</td> + <td id="about-version-streamer" class="version"></td> </tr> </table> <p> |