{{ emessage }}
{% endif %}
{% include './widget/menu.html' %}
{{ t('Only Wiki administrator can see this page') }}
{{ t('You can assign administrator from Assign administrator button in the User management page') }}
{{ t('System Information') }}
| crowi-plus | {{ crowiVersion() }} |
|---|---|
| node.js | {{ nodeVersion() }} |
| npm | {{ npmVersion() }} |
| yarn | {{ yarnVersion() }} |
{{ t('List of installed plugins') }}
| {{ t('Package name') }} | {{ t('Specified version') }} | {{ t('Installed version') }} | {% for pluginName in Object.keys(plugins) %}
|---|---|---|
| {{ pluginName }} | {{ plugins[pluginName] }} | (TBD) |