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

Dev 45139 grafana x validations UI updates #22

Merged
merged 5 commits into from
May 26, 2024

Conversation

copyhold
Copy link

@copyhold copyhold commented May 24, 2024

hide grafana logo
hide help menu
hide datasources menu
hide language select from profile

before

image

After

image

@@ -82,3 +82,6 @@ min_refresh_interval = 30s
[log.frontend]
enabled = true
custom_endpoint = log

[feature_toggles]
dashgpt = false

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes the gpt grafana plugins not load

@@ -485,7 +485,7 @@ func (s *ServiceImpl) buildDataConnectionsNavLink(c *contextmodel.ReqContext) *n

baseUrl := s.cfg.AppSubURL + "/connections"

if hasAccess(datasources.ConfigurationPageAccess) {
if false && hasAccess(datasources.ConfigurationPageAccess) { // LOGZ.IO GRAFANA CHANGE :: hide datasources menu, should be done by altering permissions

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if false? haha why?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hide the datasources menu

Copy link

@ifatregev ifatregev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@copyhold copyhold merged commit 536acc4 into v10.4.x-logzio May 26, 2024
11 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants