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
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
e30e4cfe3d
Коммит
df085d273d
@@ -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()
|
||||
|
||||
Ссылка в новой задаче
Block a user