-
Notifications
You must be signed in to change notification settings - Fork 27
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
Filter config #669
Filter config #669
Conversation
@CannonLock It seems like a bunch of GHA failed in the PR. Could you take a look and fix them? |
06640d3
to
e7144df
Compare
285f9bd
to
5a306df
Compare
- Rename `nsregistry` to `registry` - Have the parameters.json create in the web_ui folder via go generator - Filter out the disabled config parameters in the config view
41fddd7
to
70ffdd3
Compare
@haoming29 Alright this is ready for review, copying the parameters.json was more of a adventure then it needed to be. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. One thing I noticed is that after I ran make web-build
, there's a new file generated at frontend/public/data/parameters.json
which is not added to .gitignore
. Is this file supposed to be committed? If so, could you add it to your PR? Or it's a file for local only?
Co-authored-by: Haoming Meng <41393704+haoming29@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with changes
Closes #654