Skip to content

Commit ce543c8

Browse files
committed
Use consistent icon
Signed-off-by: snipe <[email protected]>
1 parent 5c11a8c commit ce543c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/partials/bootstrap-table.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ function licenseKeyFormatter(value, row) {
341341
342342
343343
function hardwareAuditFormatter(value, row) {
344-
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>';
344+
return '<a href="{{ config('app.url') }}/hardware/' + row.id + '/audit" class="actions btn btn-sm btn-primary" data-tooltip="true" title="{{ trans('general.audit') }}"><x-icon type="audit" /><span class="sr-only">{{ trans('general.audit') }}</span></a>&nbsp;';
345345
}
346346
347347

0 commit comments

Comments
 (0)