mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Prometheus: Query builder UX tweaks and feedback link (#47655)
* Prometheus: Query builder UX tweaks and feedback link * Remove . * Fixed link * added option to hide feedback links * feedback link setting name change * move config check * fixed ts issue
This commit is contained in:
@@ -180,4 +180,5 @@ export interface GrafanaConfig {
|
||||
geomapDisableCustomBaseLayer?: boolean;
|
||||
unifiedAlertingEnabled: boolean;
|
||||
angularSupportEnabled: boolean;
|
||||
feedbackLinksEnabled: boolean;
|
||||
}
|
||||
|
@@ -36,6 +36,7 @@ export class GrafanaBootConfig implements GrafanaConfig {
|
||||
externalUserMngLinkName = '';
|
||||
externalUserMngInfo = '';
|
||||
allowOrgCreate = false;
|
||||
feedbackLinksEnabled = true;
|
||||
disableLoginForm = false;
|
||||
defaultDatasource = ''; // UID
|
||||
alertingEnabled = false;
|
||||
|
Reference in New Issue
Block a user