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,