diff --git a/public/templates/management/configuration/alerts/labels.html b/public/templates/management/configuration/alerts/labels.html index b348152f7..823decf51 100644 --- a/public/templates/management/configuration/alerts/labels.html +++ b/public/templates/management/configuration/alerts/labels.html @@ -46,7 +46,7 @@ ng-repeat="currentLabel in currentConfig[(agent && agent.id !== '000') ? 'agent-labels' : 'analysis-labels'].labels"> {{ currentLabel.key }} {{ currentLabel.value }} - {{ currentLabel.hidden ? 'yes' : 'no' }} + {{ currentLabel.hidden }}