-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dev 45139 grafana x validations UI updates #22
Conversation
@@ -82,3 +82,6 @@ min_refresh_interval = 30s | |||
[log.frontend] | |||
enabled = true | |||
custom_endpoint = log | |||
|
|||
[feature_toggles] | |||
dashgpt = false |
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.
what is this?
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.
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 |
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.
if false? haha why?
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.
hide the datasources menu
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.
ok
hide grafana logo
hide help menu
hide datasources menu
hide language select from profile
before
After