mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Update deviceDetails.php
Added translation variable "DevDetail_Internet_Speedtest" Added translation variable "DevDetail_Internet_Speedtest_Start"
This commit is contained in:
@@ -539,9 +539,9 @@
|
|||||||
<?php
|
<?php
|
||||||
if ($_REQUEST['mac'] == 'Internet') {
|
if ($_REQUEST['mac'] == 'Internet') {
|
||||||
?>
|
?>
|
||||||
<h4 class="">Online Speedtest</h4>
|
<h4 class=""><?= lang('DevDetail_Internet_Speedtest');?></h4>
|
||||||
<div style="width:100%; text-align: center; margin-bottom: 50px;">
|
<div style="width:100%; text-align: center; margin-bottom: 50px;">
|
||||||
<button type="button" id="speedtestcli" class="btn btn-primary pa-btn" style="margin: auto;" onclick="speedtestcli()">Start Speedtest</button>
|
<button type="button" id="speedtestcli" class="btn btn-primary pa-btn" style="margin: auto;" onclick="speedtestcli()"><?= lang('DevDetail_Internet_Speedtest_Start');?></button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Reference in New Issue
Block a user