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:
Carlos V
2023-08-15 19:59:00 +02:00
committed by GitHub
parent 0de1406b5c
commit b1b8d6f090

View File

@@ -690,13 +690,13 @@
<table id="tablePholus" class="table table-bordered table-hover table-striped ">
<thead>
<tr>
<th>Index</th>
<th>Info</th>
<th>Time</th>
<th>IP</th>
<th>Entry Type</th>
<th>Value</th>
<th>Extra</th>
<th><?= lang("DevDetail_Tab_PholusTableIndex");?></th>
<th><?= lang("DevDetail_Tab_PholusTableInfo");?></th>
<th><?= lang("DevDetail_Tab_PholusTableTime");?></th>
<th><?= lang("DevDetail_Tab_PholusTableEntry");?></th>
<th><?= lang("DevDetail_Tab_PholusTableIP");?></th>
<th><?= lang("DevDetail_Tab_PholusTableValue");?></th>
<th><?= lang("DevDetail_Tab_PholusTableExtra");?></th>
</tr>
</thead>
<!-- Comment out tbody when trying to implement better table with datatables here -->