Add plugins tab, render system/plugins template

This commit is contained in:
billz
2024-12-20 13:34:58 -08:00
parent 66e35c564c
commit 117370efcf
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<!-- reset tab -->
<!-- tools tab -->
<div role="tabpanel" class="tab-pane" id="tools">
<h4 class="mt-3"><?php echo _("System tools") ;?></h4>
<?php if (!RASPI_MONITOR_ENABLED) : ?>
@@ -36,4 +36,3 @@
<?php endif ?>
</div>