From df0d565ae574ea2e72e26ae615fa03b3de5c0fd1 Mon Sep 17 00:00:00 2001 From: snipe Date: Sun, 7 Dec 2025 15:02:07 +0000 Subject: [PATCH] Set audit button back to btn-primary --- resources/views/hardware/view.blade.php | 2 +- resources/views/partials/bootstrap-table.blade.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/hardware/view.blade.php b/resources/views/hardware/view.blade.php index f4ea7a6bef..298c3b93d8 100755 --- a/resources/views/hardware/view.blade.php +++ b/resources/views/hardware/view.blade.php @@ -269,7 +269,7 @@ @can('audit', \App\Models\Asset::class)
model ? ' data-tooltip="true" title="'.trans('admin/hardware/general.model_invalid_fix').'"' : '') !!}> - + {{ trans('general.audit') }} diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index ac0847acf0..2d4df19a52 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -1041,7 +1041,7 @@ function hardwareAuditFormatter(value, row) { - return '{{ trans('general.audit') }} '; + return '{{ trans('general.audit') }} '; } @@ -1074,7 +1074,7 @@ } if ((row.available_actions) && (row.available_actions.audit === true)) { - actions += '{{ trans('general.audit') }} '; + actions += '{{ trans('general.audit') }} '; } if ((row.available_actions) && (row.available_actions.update === true)) {