Skip to content
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

Audit action options are not indented #323

Closed
matthew-white opened this issue Jun 6, 2020 · 0 comments · Fixed by #320
Closed

Audit action options are not indented #323

matthew-white opened this issue Jun 6, 2020 · 0 comments · Fixed by #320
Labels

Comments

@matthew-white
Copy link
Member

The audit action select element in /system/audits renders a series of options. Some options represent categories of actions, while others represent specific actions. The specific actions are supposed to be indented, but aren't right now:

Screen Shot 2020-06-06 at 5 10 24 PM

I'm guessing this is related to a change in how Vue handles white space and this bug in particular. If we don't want to wait for that bug to be resolved, I think we could also fix it by moving the non-breaking spaces from the template to actionOptions (specifically having actionOption() prefix the text with the non-breaking spaces).

@matthew-white matthew-white changed the title Audit action options are not idented Audit action options are not indented Jun 6, 2020
matthew-white added a commit that referenced this issue Jun 23, 2020
matthew-white added a commit that referenced this issue Jun 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant