diff --git a/front/presence.php b/front/presence.php index d343be1d..0c60eb65 100644 --- a/front/presence.php +++ b/front/presence.php @@ -83,7 +83,7 @@
- +

--

@@ -314,12 +314,12 @@ function getDevicesPresence (status) { // Defini color & title for the status selected switch (deviceStatus) { - case 'all': tableTitle = 'Total Devices'; color = 'aqua'; break; + case 'all': tableTitle = 'All Devices'; color = 'aqua'; break; case 'connected': tableTitle = 'Connected Devices'; color = 'green'; break; case 'favorites': tableTitle = 'Favorites'; color = 'yellow'; break; case 'new': tableTitle = 'New Devices'; color = 'yellow'; break; case 'down': tableTitle = 'Down Alerts'; color = 'red'; break; - case 'hidden': tableTitle = 'Hidden Devices'; color = 'gray'; break; + case 'archived': tableTitle = 'Archived Devices'; color = 'gray'; break; default: tableTitle = 'Devices'; color = 'gray'; break; } diff --git a/tar/pialert_3.00.tar b/tar/pialert_3.00.tar index 6050bfe1..17ae1623 100644 Binary files a/tar/pialert_3.00.tar and b/tar/pialert_3.00.tar differ diff --git a/tar/pialert_latest.tar b/tar/pialert_latest.tar index 6050bfe1..17ae1623 100644 Binary files a/tar/pialert_latest.tar and b/tar/pialert_latest.tar differ