From 6e7cad36b2d6c6410b5615939ff294f069ee4782 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 9 Feb 2017 17:58:20 -0600 Subject: [PATCH] Expose 'delay' field in tempmon client views --- tailbone/views/tempmon/clients.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tailbone/views/tempmon/clients.py b/tailbone/views/tempmon/clients.py index b9ced7fb..30281bca 100644 --- a/tailbone/views/tempmon/clients.py +++ b/tailbone/views/tempmon/clients.py @@ -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,