Expose 'delay' field in tempmon client views
This commit is contained in:
parent
13ff58a4fa
commit
6e7cad36b2
|
@ -2,7 +2,7 @@
|
|||
################################################################################
|
||||
#
|
||||
# Rattail -- Retail Software Framework
|
||||
# Copyright © 2010-2016 Lance Edgar
|
||||
# Copyright © 2010-2017 Lance Edgar
|
||||
#
|
||||
# This file is part of Rattail.
|
||||
#
|
||||
|
@ -83,6 +83,7 @@ class TempmonClientView(MasterView):
|
|||
g.config_key,
|
||||
g.hostname,
|
||||
g.location,
|
||||
g.delay,
|
||||
g.enabled,
|
||||
g.online,
|
||||
],
|
||||
|
@ -98,6 +99,7 @@ class TempmonClientView(MasterView):
|
|||
fs.config_key,
|
||||
fs.hostname,
|
||||
fs.location,
|
||||
fs.delay,
|
||||
fs.probes,
|
||||
fs.enabled,
|
||||
fs.online,
|
||||
|
|
Loading…
Reference in a new issue