diff --git a/modules/monitoring/application/views/scripts/show/components/checksource.phtml b/modules/monitoring/application/views/scripts/show/components/checksource.phtml index 5405e0d228..0112885420 100644 --- a/modules/monitoring/application/views/scripts/show/components/checksource.phtml +++ b/modules/monitoring/application/views/scripts/show/components/checksource.phtml @@ -14,7 +14,7 @@ } ?> escape($object->check_source) ?> is_reachable !== null): ?> - is_reachable ? $this->translate('is reachable') : $this->translate('is not reachable') ?> + is_reachable ? $this->translate('is reachable') : $this->translate('is not reachable') ?>

diff --git a/modules/monitoring/public/css/tables.less b/modules/monitoring/public/css/tables.less index 12961ac2e9..26b3f8e9e5 100644 --- a/modules/monitoring/public/css/tables.less +++ b/modules/monitoring/public/css/tables.less @@ -102,6 +102,7 @@ letter-spacing: 1px; } +.check-source-meta, .state-meta { font-size: @font-size-small; }