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
Этот коммит содержится в:
Joram Wilander
2017-09-05 18:12:55 -04:00
коммит произвёл GitHub
родитель e30e4cfe3d
Коммит df085d273d
9 изменённых файлов: 381 добавлений и 4 удалений

Просмотреть файл

@@ -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()