From 490c50a1824f7b314d43edb368224f3e84e0330f Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 27 Nov 2025 14:48:16 +0000 Subject: [PATCH] Added fa-fw to action buttons --- resources/views/partials/bootstrap-table.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index 2699a386e8..da90083196 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -1093,7 +1093,7 @@ if ((row.available_actions) && (row.available_actions.restore === true)) { actions += '
'; actions += '@csrf'; - actions += ' '; + actions += ' '; } actions +='';