This commit is contained in:
root
2025-02-22 22:33:36 +01:00
commit 7807157052
23 changed files with 2510 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<div>
<h4>Test połączenia: {{ router.name }}</h4>
<ul>
<li><strong>Model:</strong> {{ result.model }}</li>
<li><strong>Uptime:</strong> {{ result.uptime }}</li>
<li><strong>Hostname:</strong> {{ result.hostname }}</li>
</ul>
</div>