mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Fix prettier on footerv6
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
@@ -365,7 +365,10 @@ function updateSensorsInfo() {
|
||||
$("#temperature").html(
|
||||
'<i class="fa fa-fw fas ' + color + '"></i> Temp: ' + temp
|
||||
);
|
||||
} else $("#temperature").html('<i class="fa fa-fw fas fa-temperature-low"></i> Temp: N/A');
|
||||
} else
|
||||
$("#temperature").html(
|
||||
'<i class="fa fa-fw fas fa-temperature-low"></i> Temp: N/A'
|
||||
);
|
||||
|
||||
// Get a text listing of all sensors
|
||||
let sensorlist = "Available sensors:\n";
|
||||
|
||||
Reference in New Issue
Block a user