You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
en: `To ensure system security, EMQX does not allow direct upload and installation of plugins through the Dashboard. Before clicking the "Install" button, you need to use the command \`emqx ctl plugins allow {'{'}NAME{'}'}-{'{'}VSN{'}'}\` to allow plugin installation. After the command is executed, it takes effect on all nodes in the cluster. After the installation is complete, the current authorization expires. If you need to install it again, you need to authorize again. <br /><br />Or use other methods to upload the plugin package to the plugins/ directory on the EMQX server and extract the package for installation.`,
en: `To ensure system security, EMQX does not allow direct installation of plugins through the Dashboard. Before clicking the "Install" button, you need to use the command \`emqx ctl plugins allow {'{'}NAME{'}'}-{'{'}VSN{'}'}\` to allow plugin installation. After the installation is complete, the current authorization expires. If you need to install it again, you need to authorize again. <br /><br />You can also upload the plugin package to the plugins/ directory on the EMQX server and extract the package for installation.`,
129
129
},
130
130
pluginInstallCommand: {
131
131
zh: '授权插件安装命令:',
@@ -135,4 +135,8 @@ export default {
135
135
zh: '请先上传插件包',
136
136
en: 'Please upload the plugin package first',
137
137
},
138
+
pluginInstallForbidden: {
139
+
zh: '插件包不允许安装; 请先运行命令: <code>{code}</code>',
140
+
en: 'Package is not allowed installation; first allow it to be installed by running: <code>{code}</code>',
0 commit comments