{{ emessage }}
{% endif %}
{% include './widget/menu.html' %}
この画面はWiki管理者のみがアクセスできる画面です。
「ユーザー管理」から「管理者にする」ボタンを使ってユーザーをWiki管理者に任命することができます。
システム情報
| crowi-plus | {{ crowiVersion() }} |
|---|---|
| node.js | {{ nodeVersion() }} |
| npm | {{ npmVersion() }} |
| yarn | {{ yarnVersion() }} |
インストールされているプラグイン一覧
| パッケージ名 | 指定バージョン | インストールされているバージョン | {% for pluginName in Object.keys(plugins) %}
|---|---|---|
| {{ pluginName }} | {{ plugins[pluginName] }} | (TBD) |