cd /usr/local/CyberCP/pluginInstaller && \python pluginInstaller.py remove --pluginName examplePlugin && \python pluginInstaller.py install --pluginName examplePlugin
writeToFile.writelines('{% trans "' + pluginName + '" %}' + "\n")
{% trans "Installed" %}
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Line 81, add: + "\n"
/cyberpanel-stable/pluginInstaller/pluginInstaller.py And
Line 897, write all li tag in one line
/cyberpanel-stable/baseTemplate/templates/baseTemplate/index.html p/s:
How can I get POST variable from request (ex: preSubmitDBCreation) in file signals.py?
https://cyberpanel.net/docs/1-getting-started-with-cyberpanel-plugin-development/