Files
NetAlertX/front/workflows.php
jokob-sk 3f74173245 wf work
2025-03-30 10:25:03 +11:00

21 lines
584 B
PHP
Executable File

<?php
require 'php/templates/header.php';
require 'php/templates/notification.php';
?>
<!-- ----------------------------------------------------------------------- -->
<!-- Page ------------------------------------------------------------------ -->
<div class="content-wrapper" id="wf-content-wrapper">
<span class="helpIcon"> <a target="_blank" href="https://github.com/jokob-sk/NetAlertX/blob/main/docs/WORKFLOWS.md"><i class="fa fa-circle-question"></i></a></span>
<?php
require 'workflowsCore.php';
?>
</div>
<?php
require 'php/templates/footer.php';
?>