Files
NetAlertX/front/workflows.php
2026-01-13 20:16:43 +11:00

21 lines
537 B
PHP
Executable File

<?php
require 'php/templates/header.php';
require 'php/templates/modals.php';
?>
<!-- ----------------------------------------------------------------------- -->
<!-- Page ------------------------------------------------------------------ -->
<div class="content-wrapper" id="wf-content-wrapper">
<span class="helpIcon"> <a target="_blank" href="https://docs.netalertx.com/WORKFLOWS"><i class="fa fa-circle-question"></i></a></span>
<?php
require 'workflowsCore.php';
?>
</div>
<?php
require 'php/templates/footer.php';
?>