leiweibau / Pi.Alert

Scan the devices connected to your WIFI / LAN and alert you the connection of unknown devices. It also warns if a "always connected" device disconnects. In addition, it is possible to check web services for availability. For this purpose HTTP status codes and the response time of the service are evaluated.
https://leiweibau.net
GNU General Public License v3.0
428 stars 31 forks source link

[Feature Request] Device counters in sidebar clickable #220

Closed leiweibau closed 8 months ago

leiweibau commented 9 months ago

Hello, I like new device counters in left menu image I'd love to have them clickable and go to different device sections - orange would go to New devices and green go to Connected. Now if you click on them they go to the same "homepage" (/pialert/devices.php). Thank you for consideration. Radim

Originally posted by @ramess18 in https://github.com/leiweibau/Pi.Alert/discussions/212

leiweibau commented 9 months ago

Not as easy as I thought. :confused:

leiweibau commented 8 months ago

The bootstrap framework used is not designed for "links" within a parent "link" tag. You have to do a lot of trickery to get anything like this implemented. I only see a minimal gain here, which is not in relation to the effort involved. I admit, I thought it would be quick to implement, but unfortunately it's not. I am sorry

ramess18 commented 8 months ago

OK. I understand. Thanks for the effort!