18 lines
411 B
HTML
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> |