13 lines
328 B
PHP
13 lines
328 B
PHP
<?php require_once '_header.php'; ?>
|
|
|
|
<h1 class="h2 mb-4">Monitoring Dashboard</h1>
|
|
|
|
<div class="row" id="dashboard-gauges">
|
|
<!-- Gauges will be dynamically inserted here by main.js -->
|
|
</div>
|
|
|
|
<?php require_once '_footer.php'; ?>
|
|
|
|
<!-- Page-specific JS -->
|
|
<script src="assets/js/main.js?v=<?php echo time(); ?>"></script>
|