mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-07-25 23:18:06 -04:00
23 lines
571 B
PHP
Executable File
23 lines
571 B
PHP
Executable File
<?php
|
|
|
|
require 'php/templates/header.php';
|
|
?>
|
|
<!-- ----------------------------------------------------------------------- -->
|
|
|
|
|
|
<!-- Page ------------------------------------------------------------------ -->
|
|
<div id="wf-content-wrapper" class="content-wrapper spinnerTarget" >
|
|
<?php require 'php/templates/skel_workflows.php'; ?>
|
|
<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';
|
|
?>
|