1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2025-07-09 16:47:40 +02:00

Add additional field to template, change source -> doc link

This commit is contained in:
billz 2025-02-18 08:55:52 -08:00
parent 01ddf6f4ea
commit aa5fcef2d4

View File

@ -121,13 +121,14 @@
<div class="modal-body">
<i id="plugin-icon" class="fas fa-plug link-secondary me-2"></i><span id="plugin-name" class="h4 mb-0"></span>
<p id="plugin-description" class="mb-3"></p>
<p id="plugin-description" class="mb-1"></p>
<p id="plugin-additional" class="mb-3"></p>
<table class="table table-bordered">
<tbody>
<tr>
<th><?php echo _("Plugin source"); ?></th>
<td><span id="plugin-uri"></span></td>
<th><?php echo _("Plugin docs"); ?></th>
<td><span id="plugin-docs"></span></td>
</tr>
<tr>
<th><?php echo _("Version"); ?></th>