icingaweb2/modules/monitoring/application/forms/Command/Instance
Eric Lippmann 127ce7abfe monitoring/security: Fix that toggling instance features is always disabled
In HTML5 the presence of a boolean attribute on an element represents the true value,
and the absence of the attribute represents the false value.

In Zend we have to set null for the absence of the attribute and the empty string for the
presence of the attribute.
2015-01-30 10:47:02 +01:00
..
DisableNotificationsExpireCommandForm.php Replace t() and mt() with translate() in the monitoring module's forms 2015-01-19 13:47:01 +01:00
ToggleInstanceFeaturesCommandForm.php monitoring/security: Fix that toggling instance features is always disabled 2015-01-30 10:47:02 +01:00