Display status in admin console, Change the filters to include relevant fields, scopes for device status

This commit is contained in:
leenasn
2015-11-11 14:37:05 +05:30
parent 8116e4e751
commit da6b70c07b
7 changed files with 77 additions and 1 deletions

View File

@@ -35,3 +35,4 @@ module OnemdmServer
config.generators.helper = false
end
end
STATUS_CLASSES ={active: :ok,missing: :warning,dead: :error}