From 8c65880504cfad92cf176a2acfed1b461c47df41 Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 2 May 2024 12:35:41 +0100 Subject: [PATCH] Changed badge to span in default blade Signed-off-by: snipe --- resources/views/layouts/default.blade.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/resources/views/layouts/default.blade.php b/resources/views/layouts/default.blade.php index 25f45cbd0..c22118161 100644 --- a/resources/views/layouts/default.blade.php +++ b/resources/views/layouts/default.blade.php @@ -437,9 +437,9 @@ {{ trans('general.list_all') }} - + {{ (isset($total_assets)) ? $total_assets : '' }} - + @@ -451,7 +451,7 @@ {{ $status_nav->name }} - {{ $status_nav->asset_count }}) + {{ $status_nav->asset_count }}) @endforeach @endif @@ -460,42 +460,42 @@ {{ trans('general.deployed') }} - {{ (isset($total_deployed_sidebar)) ? $total_deployed_sidebar : '' }} + {{ (isset($total_deployed_sidebar)) ? $total_deployed_sidebar : '' }} {{ trans('general.ready_to_deploy') }} - {{ (isset($total_rtd_sidebar)) ? $total_rtd_sidebar : '' }} + {{ (isset($total_rtd_sidebar)) ? $total_rtd_sidebar : '' }} {{ trans('general.pending') }} - {{ (isset($total_pending_sidebar)) ? $total_pending_sidebar : '' }} + {{ (isset($total_pending_sidebar)) ? $total_pending_sidebar : '' }} {{ trans('general.undeployable') }} - {{ (isset($total_undeployable_sidebar)) ? $total_undeployable_sidebar : '' }} + {{ (isset($total_undeployable_sidebar)) ? $total_undeployable_sidebar : '' }} {{ trans('general.byod') }} - {{ (isset($total_byod_sidebar)) ? $total_byod_sidebar : '' }} + {{ (isset($total_byod_sidebar)) ? $total_byod_sidebar : '' }} {{ trans('admin/hardware/general.archived') }} - {{ (isset($total_archived_sidebar)) ? $total_archived_sidebar : '' }} + {{ (isset($total_archived_sidebar)) ? $total_archived_sidebar : '' }} {{ trans('general.audit_due') }} - {{ (isset($total_due_and_overdue_for_audit)) ? $total_due_and_overdue_for_audit : '' }} + {{ (isset($total_due_and_overdue_for_audit)) ? $total_due_and_overdue_for_audit : '' }} @endcan @@ -518,7 +518,7 @@ {{ trans('general.checkin_due') }} - {{ (isset($total_due_and_overdue_for_checkin)) ? $total_due_and_overdue_for_checkin : '' }} + {{ (isset($total_due_and_overdue_for_checkin)) ? $total_due_and_overdue_for_checkin : '' }} @endcan