This commit is contained in:
Joey Kimsey
2025-01-28 17:05:57 -05:00
parent fe93c715e5
commit 6c82027030
27 changed files with 167 additions and 83 deletions

View File

@ -17,7 +17,7 @@
<tbody>
{LOOP}
<tr>
<td><a href="{ROOT_URL}admin/plugins/view/{name}">{name}</a></td>
<td><a href="{ROOT_URL}admin/plugins/view/{name}" class="text-decoration-none">{name}</a></td>
<td>{enabled_txt}</td>
<td>{installStatus}</td>
<td>{version}</td>