Skip to content

Commit

Permalink
Filter out disabled config parameters
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
CannonLock committed Jan 30, 2024
1 parent b6a68eb commit 70ffdd3
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 51 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ web-clean:
@echo CLEAN $(WEBSITE_CLEAN_LIST)
@rm -rf $(WEBSITE_CLEAN_LIST)

web_ui/frontend/public/data/parameters.json:
@echo Creating web_ui/frontend/public/data/parameters.json...
@mkdir -p web_ui/frontend/public/data && touch web_ui/frontend/public/data/parameters.json

docs/parameters.json:
@echo Creating docs/parameters.json...
@touch docs/parameters.json
Expand Down
Loading

0 comments on commit 70ffdd3

Please sign in to comment.