2024-12-20 11:45:15 -08:00
|
|
|
<!-- plugins tab -->
|
|
|
|
<div role="tabpanel" class="tab-pane" id="plugins">
|
|
|
|
<h4 class="mt-3"><?php echo _("Plugins") ;?></h4>
|
|
|
|
<?php if (!RASPI_MONITOR_ENABLED) : ?>
|
|
|
|
<?php echo CSRFTokenFieldTag() ?>
|
|
|
|
<div class="row">
|
|
|
|
<div class="form-group col-lg-8 col-md-8">
|
|
|
|
<label>
|
2024-12-20 13:34:05 -08:00
|
|
|
<?php echo _("The following user plugins are available to extend RaspAP's functionality."); ?>
|
2024-12-20 11:45:15 -08:00
|
|
|
</label>
|
2024-12-21 22:42:34 -08:00
|
|
|
<div class="small mt-2">
|
2024-12-26 09:17:33 -08:00
|
|
|
<?php echo _("Choose <strong>Details</strong> for more information and to install a plugin."); ?>
|
2024-12-20 11:45:15 -08:00
|
|
|
</div>
|
2024-12-20 13:34:05 -08:00
|
|
|
<?php echo $pluginsTable; ?>
|
2024-12-20 11:45:15 -08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<?php endif ?>
|
|
|
|
</div>
|
|
|
|
|