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