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_Tab_PholusTableIndex" Added translation variable "DevDetail_Tab_PholusTableInfo" Added translation variable "DevDetail_Tab_PholusTableTime" Added translation variable "DevDetail_Tab_PholusTableEntry" Added translation variable "DevDetail_Tab_PholusTableIP" Added translation variable "DevDetail_Tab_PholusTableValue" Added translation variable "DevDetail_Tab_PholusTableExtra"
This commit is contained in:
@@ -690,13 +690,13 @@
|
|||||||
<table id="tablePholus" class="table table-bordered table-hover table-striped ">
|
<table id="tablePholus" class="table table-bordered table-hover table-striped ">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Index</th>
|
<th><?= lang("DevDetail_Tab_PholusTableIndex");?></th>
|
||||||
<th>Info</th>
|
<th><?= lang("DevDetail_Tab_PholusTableInfo");?></th>
|
||||||
<th>Time</th>
|
<th><?= lang("DevDetail_Tab_PholusTableTime");?></th>
|
||||||
<th>IP</th>
|
<th><?= lang("DevDetail_Tab_PholusTableEntry");?></th>
|
||||||
<th>Entry Type</th>
|
<th><?= lang("DevDetail_Tab_PholusTableIP");?></th>
|
||||||
<th>Value</th>
|
<th><?= lang("DevDetail_Tab_PholusTableValue");?></th>
|
||||||
<th>Extra</th>
|
<th><?= lang("DevDetail_Tab_PholusTableExtra");?></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<!-- Comment out tbody when trying to implement better table with datatables here -->
|
<!-- Comment out tbody when trying to implement better table with datatables here -->
|
||||||
|
|||||||
Reference in New Issue
Block a user