Join us for an Alertus Power Lunch, "Alertus Console Settings." During this session, we will dive deep into the configuration options that wield control over the system behavior of the Alertus Console and shape your alerting practices.
/* Script to enforce expanding text sections. MUST be loaded after jquery (see above) */
$(document).ready(function(){
$('.markdown-block .sqs-block-content h2').css('cursor','pointer');
$(".markdown-block .sqs-block-content h2").nextUntil("h2").slideToggle();
$(".markdown-block .sqs-block-content h2").click(function() {$(this).nextUntil("h2").slideToggle();});
});