{{ emessage }}
{% endif %}
{% include './widget/menu.html' %}
{{ t("admin_top.wiki_administrator") }}
{{ t("admin_top.assign_administrator") }}
| GROWI | {{ growiVersion() }} |
|---|---|
| node.js | {{ nodeVersion() }} |
| npm | {{ npmVersion() }} |
| yarn | {{ yarnVersion() }} |
| {{ t('admin_top.Package name') }} | {{ t('admin_top.Specified version') }} | {{ t('admin_top.Installed version') }} | {% for pluginName in Object.keys(plugins) %}
|---|---|---|
| {{ pluginName }} | {{ plugins[pluginName] }} | (TBD) |