36209-vm/index.php
Flatlogic Bot bc7bcad072 2
2025-11-24 14:56:59 +00:00

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>