Expose 'delay' field in tempmon client views

This commit is contained in:
Lance Edgar 2017-02-09 17:58:20 -06:00
parent 13ff58a4fa
commit 6e7cad36b2

View file

@ -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,