From 64b3811ab0523456e9d5053a6da44c916afd68a1 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 1 Sep 2016 10:49:56 +0200 Subject: [PATCH] Display transport type from config in the config overview refs #11398 --- modules/monitoring/application/views/scripts/config/index.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/views/scripts/config/index.phtml b/modules/monitoring/application/views/scripts/config/index.phtml index 091aaf70f..79a8ccd3c 100644 --- a/modules/monitoring/application/views/scripts/config/index.phtml +++ b/modules/monitoring/application/views/scripts/config/index.phtml @@ -92,7 +92,7 @@ ); ?> (translate('Type: %s'), - $config->host !== null ? $this->translate('Remote') : $this->translate('Local') + ucfirst($config->get('transport', 'local')) ) ?>)