mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Update deviceDetails.php
Added "DevDetail_Loading" translation variable in various sections
This commit is contained in:
@@ -1211,7 +1211,7 @@ function initializeDatatables () {
|
|||||||
// Processing
|
// Processing
|
||||||
'processing' : true,
|
'processing' : true,
|
||||||
'language' : {
|
'language' : {
|
||||||
processing: '<table><td width="130px" align="middle">Loading...</td>'+
|
processing: '<table><td width="130px" align="middle"><?= lang('DevDetail_Loading');?></td>'+
|
||||||
'<td><i class="ion ion-ios-loop-strong fa-spin fa-2x fa-fw">'+
|
'<td><i class="ion ion-ios-loop-strong fa-spin fa-2x fa-fw">'+
|
||||||
'</td></table>',
|
'</td></table>',
|
||||||
emptyTable: 'No data',
|
emptyTable: 'No data',
|
||||||
@@ -1250,7 +1250,7 @@ function initializeDatatables () {
|
|||||||
// Processing
|
// Processing
|
||||||
'processing' : true,
|
'processing' : true,
|
||||||
'language' : {
|
'language' : {
|
||||||
processing: '<table><td width="130px" align="middle">Loading...</td>'+
|
processing: '<table><td width="130px" align="middle"><?= lang('DevDetail_Loading');?></td>'+
|
||||||
'<td><i class="ion ion-ios-loop-strong fa-spin fa-2x fa-fw">'+
|
'<td><i class="ion ion-ios-loop-strong fa-spin fa-2x fa-fw">'+
|
||||||
'</td></table>',
|
'</td></table>',
|
||||||
emptyTable: 'No data',
|
emptyTable: 'No data',
|
||||||
@@ -2108,7 +2108,7 @@ function initTable(tableId, mac){
|
|||||||
// Processing
|
// Processing
|
||||||
'processing' : true,
|
'processing' : true,
|
||||||
'language' : {
|
'language' : {
|
||||||
processing: '<table><td width="130px" align="middle">Loading...</td>'+
|
processing: '<table><td width="130px" align="middle"><?= lang('DevDetail_Loading');?></td>'+
|
||||||
'<td><i class="ion ion-ios-loop-strong fa-spin fa-2x fa-fw">'+
|
'<td><i class="ion ion-ios-loop-strong fa-spin fa-2x fa-fw">'+
|
||||||
'</td></table>',
|
'</td></table>',
|
||||||
emptyTable: 'No data',
|
emptyTable: 'No data',
|
||||||
|
|||||||
Reference in New Issue
Block a user