After the last update the "Last Seen" is visible on the dashboard devices
Changed it back to previous setting is working
#dashcontent .lastupdate,
#dashcontent #lastupdate {
display: inline-table;
}
#dashcontent .lastupdate,
#dashcontent #lastupdate {
display: none;
}
After the last update the "Last Seen" is visible on the dashboard devices
Changed it back to previous setting is working