diff --git a/server/www/teleport/webroot/app/controller/ops.py b/server/www/teleport/webroot/app/controller/ops.py index ac27e6a..d26faea 100644 --- a/server/www/teleport/webroot/app/controller/ops.py +++ b/server/www/teleport/webroot/app/controller/ops.py @@ -39,7 +39,7 @@ class RemoteHandler(TPBaseHandler): _cfg = tp_cfg() param = { 'host_groups': groups, - 'core_cfg': tp_cfg().core + 'core_cfg': _cfg.core, 'url_proto': _cfg.sys.glob.url_proto }