Skip to content
Snippets Groups Projects
Commit ce1b694d authored by Martin Schoeler's avatar Martin Schoeler
Browse files

fix the created at bug

parent 0fef9179
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ RocketChat.statistics.get = ->
# Version
statistics.uniqueId = RocketChat.settings.get("uniqueID")
statistics.createdAt = RocketChat.models.Settings.findOne("uniqueID")?._createdAt
statistics.installedAt = RocketChat.models.Settings.findOne("uniqueID")?.createdAt
statistics.version = RocketChat.Info?.version
statistics.tag = RocketChat.Info?.tag
statistics.branch = RocketChat.Info?.branch
......
......@@ -24,7 +24,7 @@
</tr>
<tr>
<th>{{_ "Installed_at"}}</th>
<td>{{statistics.createdAt}}</td>
<td>{{statistics.installedAt}}</td>
</tr>
<tr>
<th>{{_ "Uptime"}}</th>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment