Blocked dns queries graph color: possible to edit grey to red?

Hello, is possible to changeBlocked dns queries color grey to red with index.js edit please? How to do? Thanks

Hi,

you can edit the theme files in folder /var/www/html/admin/style/themes:
default-dark.css
default-light.css

.queries-blocked {
background-color: #999;
}

You should change it to the default #f56954" color for blocked queries.

Also the long-term data graphic table can be set to the same color in file db_graph,js.

But I think it's not a bad idea to put it as a feature request here, so that everyone can benefit from the color change. Hmm, I think there are several similar requests here like this one: Show blocked queries in stacked Barchart in red instead of grey in PH dashboard

I would like to see this change "in series", also often some strange things can happen when changing code manually... :wink:

1 Like

Thanks!!! All are ok now!
Capture

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.