summaryrefslogtreecommitdiffstats
path: root/client/components/settings/informationBody.jade
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-08-13 00:32:46 +0300
committerLauri Ojansivu <x@xet7.org>2019-08-13 00:32:46 +0300
commit20294d833a2bf0bd1720444f4ffe018b025dacca (patch)
treee2ddd292e09cd14de344562cd7f63937d599388c /client/components/settings/informationBody.jade
parentad09cdb1d135e8a5831d7526a0aeb93d7c2a749e (diff)
downloadwekan-20294d833a2bf0bd1720444f4ffe018b025dacca.tar.gz
wekan-20294d833a2bf0bd1720444f4ffe018b025dacca.tar.bz2
wekan-20294d833a2bf0bd1720444f4ffe018b025dacca.zip
Add to Admin Panel / Version: Meteor version, MongoDB version, MongoDB storage engine,
MongoDB Oplog enabled. Thanks to RocketChat developers for MongoDB detection code and xet7 for other code.
Diffstat (limited to 'client/components/settings/informationBody.jade')
-rw-r--r--client/components/settings/informationBody.jade12
1 files changed, 12 insertions, 0 deletions
diff --git a/client/components/settings/informationBody.jade b/client/components/settings/informationBody.jade
index feb7c0dc..2c615ffd 100644
--- a/client/components/settings/informationBody.jade
+++ b/client/components/settings/informationBody.jade
@@ -20,9 +20,21 @@ template(name='statistics')
th Wekan {{_ 'info'}}
td {{statistics.version}}
tr
+ th {{_ 'Meteor_version'}}
+ td {{statistics.meteor.meteorVersion}}
+ tr
th {{_ 'Node_version'}}
td {{statistics.process.nodeVersion}}
tr
+ th {{_ 'MongoDB_version'}}
+ td {{statistics.mongo.mongoVersion}}
+ tr
+ th {{_ 'MongoDB_storage_engine'}}
+ td {{statistics.mongo.mongoStorageEngine}}
+ tr
+ th {{_ 'MongoDB_Oplog_enabled'}}
+ td {{statistics.mongo.mongoOplogEnabled}}
+ tr
th {{_ 'OS_Type'}}
td {{statistics.os.type}}
tr