-
-
Notifications
You must be signed in to change notification settings - Fork 609
Make DNSSEC icon conditional in Queries Log #3399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Avoid emitting the DNSSEC icon in Domain column if DNSSEC is not being used/tracked Signed-off-by: sharkboots75 <sharkboots75@gmail.com>
This is what we had before this commit 8f57898. |
Oh I see this was done intentionally. Personally I think left aligned is the overall better option. Is it worth checking if we can render based on the global setting of DNSSEC rather than the data returned for each row? (Noting also that long urls wrap around that icon, at least on all browsers I've tried) |
I agree we need to find a better solution for the icon alignment. When we introduced this icon the initial proposal didn't align the icons at all, so I suggested 2 options (left and right aligned).
This can be fixed using CSS. A quick solution would be to add Maybe we can use a different CSS, or something completely different for the icon. We can leave your PR opened as a discussion while we think about solutions. |
Added check for whether config.dns.dnssec is true so icons can be selectively rendered Signed-off-by: sharkboots75 <sharkboots75@gmail.com>
DNSSEC icon alignment Signed-off-by: sharkboots75 <sharkboots75@gmail.com>
@sharkboots75 Tests are failing. How does it look like with DNSSEC on, but lines with and without DNSSEC info? Do they still align? |
Signed-off-by: sharkboots75 <sharkboots75@gmail.com>
Signed-off-by: sharkboots75 <sharkboots75@gmail.com>
Changed case on var doDNSSEC Signed-off-by: sharkboots75 <sharkboots75@gmail.com>
Tests complaining |
realigned to current development branch updates Signed-off-by: sharkboots75 <sharkboots75@gmail.com>
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Existing merge conflicts have not been addressed. This PR is considered abandoned. |
What does this PR aim to accomplish?:
Avoid emitting the DNSSEC icon in Domain column if DNSSEC is not being used/tracked
How does this PR accomplish the above?:
Check for (dnssec.color !== "") which is the same convention used elsewhere in the script
By submitting this pull request, I confirm the following:
git rebase
)