🆕 新增显示vnc页面

This commit is contained in:
李寻欢
2024-01-09 10:48:21 +08:00
parent 6d127d1492
commit f0bb46b9ab
6 changed files with 20 additions and 4 deletions

View File

@@ -151,6 +151,15 @@
</tbody>
</table>
</div>
{{ if ne .vnc "" }}
<input type="radio" name="friend_tab" role="tab" class="tab" aria-label="运行状态"/>
<div role="tabpanel" class="tab-content p-6">
<div style="height: 747px;width: 1280px;overflow: hidden !important;">
<iframe src="{{ .vnc }}" frameborder="0" style="width: 100%;height: 100%;pointer-events: none;"></iframe>
</div>
</div>
{{ end }}
</div>