Hide Users page in kubedb-ui-presets; Use billing ui 2.4.10 - #1315
Merged
Conversation
…presets Set page-level show: false on the Users page in the 15 filters that define one, matching how Security and Manifests are disabled. Remove the Monitoring page from memcached.yaml, the only filter of 30 that defined it. Signed-off-by: Arnob kumar saha <arnob@appscode.com>
Signed-off-by: Arnob kumar saha <arnob@appscode.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Set page-level
show: falseon theUserspage in the 15 ResourceOutlineFilters that define one (druid, elasticsearch, hazelcast, kafka, mariadb, mongodb, mysql, oracle, perconaxtradb, pgbouncer, postgres, rabbitmq, redis, singlestore, solr), matching howSecurityandManifestsare already disabled. Section-levelshowand blocks are untouched. The other 15 databases never had a Users page, so they were already hidden by the default-hidden rule.Also removes the
Monitoringpage frommemcached.yaml— it was the only filter of 30 defining one, so the Monitoring tab rendered for Memcached and nowhere else. Monitoring stays reachable via the Insights/Dashboards blocks and the Monitoring action.Page totals after this change:
No individual block is set to
falsein any filter; visibility is decided entirely at page level.