dizquetv/web/public/views/version.html
2020-08-10 22:53:40 -04:00

18 lines
411 B
HTML

<div>
<h5>
Version Info
</h5>
<table class="table">
<tr>
<th width="120">Component</th>
<th width="120">Version</th>
</tr>
<tr>
<td>dizqueTV</td>
<td>{{version}}</td>
</tr>
<!-- coming soon, ffmpeg version, nodejs version, plex version, whatever can be used to help debug things-->
</table>
</div>