From df085d273d7ed3fe0d53b78364da46cdd6429c53 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Tue, 5 Sep 2017 18:12:55 -0400 Subject: Experimental plugin system console UI (#7338) * Add system console UI for uploading/listing/removing plugins * Add localization strings * Add banner to plugin settings * Updating UI for experimental plugins (#7362) * Text updates * Updating UI for experimental plugin stuff (#7377) * Properly clear file input after upload --- utils/config.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils') diff --git a/utils/config.go b/utils/config.go index b8ec43eb5..c77d655dc 100644 --- a/utils/config.go +++ b/utils/config.go @@ -536,6 +536,8 @@ func getClientConfig(c *model.Config) map[string]string { props["DiagnosticId"] = CfgDiagnosticId props["DiagnosticsEnabled"] = strconv.FormatBool(*c.LogSettings.EnableDiagnostics) + props["PluginsEnabled"] = strconv.FormatBool(*c.PluginSettings.Enable) + if IsLicensed() { License := License() -- cgit v1.2.3-1-g7c22