Updated url in bootstrap partial

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2025-04-08 02:02:28 +01:00
parent 62e863a0fa
commit 74f8cb5298

View file

@ -341,7 +341,7 @@
function hardwareAuditFormatter(value, row) { function hardwareAuditFormatter(value, row) {
return '<a href="{{ config('app.url') }}/hardware/audit/' + row.id + '/" class="btn btn-sm bg-yellow" data-tooltip="true" title="Audit this item">{{ trans('general.audit') }}</a>'; return '<a href="{{ config('app.url') }}/hardware/' + row.id + '/audit" class="btn btn-sm bg-yellow" data-tooltip="true" title="Audit this item">{{ trans('general.audit') }}</a>';
} }