Release 2.9.0

This commit is contained in:
2026-08-28 02:53:59 +01:00
parent 9097d45d6a
commit 3de0e89e94
67 changed files with 1767 additions and 98 deletions
@@ -27,6 +27,7 @@
<th data-table-sort-key="interval">Refresh interval</th>
<th data-table-sort-key="last_pulled">Last pulled</th>
<th data-table-sort-key="last_response">Last response</th>
<th>Status</th>
<th>Actions</th>
</tr>
</thead>
@@ -54,6 +55,7 @@
<span class="empty">-</span>
{{/if}}
</td>
<td data-label="Status"><span class="badge text-bg-{{#if enabled}}success{{else}}danger{{/if}}">{{#if enabled}}Enabled{{else}}Disabled{{/if}}</span></td>
<td data-label="Actions">
{{#if (anyPermission ../currentUser 'api-sources.create' 'api-sources.update' 'api-sources.delete')}}
<div class="actions">
@@ -80,7 +82,7 @@
</tr>
{{/each}}
{{else}}
<tr data-table-search-empty-default><td colspan="6" class="empty">No API sources yet.</td></tr>
<tr data-table-search-empty-default><td colspan="7" class="empty">No API sources yet.</td></tr>
{{/if}}
</tbody>
</table>