mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
Version check gets how many versions behind you are, and shows judgemental faces on the dashboard
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
class DiscourseVersionCheckSerializer < ApplicationSerializer
|
||||
attributes :latest_version, :critical_updates, :installed_version, :installed_sha
|
||||
attributes :latest_version, :critical_updates, :installed_version, :installed_sha, :missing_versions_count
|
||||
|
||||
self.root = false
|
||||
end
|
Reference in New Issue
Block a user