init
This commit is contained in:
8
templates/test_connection_modal.html
Normal file
8
templates/test_connection_modal.html
Normal 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>
|
Reference in New Issue
Block a user