RD WebDesign

Results 181 comments of RD WebDesign

Why don't you use `/etc/pihole/versions` to source each component version? This way you don't need to call `pihole -v`.

In small screens you can combine a shorter `uptime` text and `cpu temp` on a single line. To get a shorter `uptime` you can use: ```sh system_uptime=$(awk '{print int($1/86400)"d:"int(($1%86400)/3600)"h:"int(($1%3600)/60)"min"}' '/proc/uptime')...

I'm not sure this problem is related to records on memory holding the previous states. I think the buttons (and background colors) are selected according to what happened **when the...

To achieve this, we would need to verify the status of every domain during the HTML table creation.

Closing, as this was fixed by https://github.com/pi-hole/AdminLTE/pull/2114

> Another thought that has crossed my mind is adding the download of PADD into the container startup, so that it is _always_ up to date I think this is...

Do we need the whole repo? Maybe it would be better to copy just the script using `wget`. What do you think?

Strange... I'll run more tests tomorrow to see what is happening.

I can't understand. I did all steps again, just like your video. The results were the same: `Memory reservation` and `Memory limit` sliders return as **zero**. `CPU limit` returns the...

I'm not sure what is different in my case. ![portainer_resources](https://user-images.githubusercontent.com/1385443/180881034-2ecaf55f-51e9-4e81-96a8-3788a2beb1b7.gif) **Note:** Tested using Firefox, Chrome and Edge. Same result. **EDIT:** The video is not showing the version number. I'm currently...