From b6230090a5ea05dc862cc8b3dc9ec793302c8b45 Mon Sep 17 00:00:00 2001 From: Horilla Date: Thu, 15 May 2025 19:58:38 +0530 Subject: [PATCH] [UPDT] ASSET: Updated asset module dashboard empty card styles --- asset/templates/asset/dashboard_allocated_assets.html | 8 ++++---- asset/templates/asset/dashboard_asset_requests.html | 7 +++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/asset/templates/asset/dashboard_allocated_assets.html b/asset/templates/asset/dashboard_allocated_assets.html index 555a6b56f..ab3a31dcd 100644 --- a/asset/templates/asset/dashboard_allocated_assets.html +++ b/asset/templates/asset/dashboard_allocated_assets.html @@ -33,9 +33,9 @@ {% else %} -
- Page not found. 404. -
{% trans "There is no asset allocation at this moment." %}
+
+ Page not found. 404. +

{% trans "No Records found." %}

+

{% trans "There is no asset allocation at this moment." %}

{% endif %} diff --git a/asset/templates/asset/dashboard_asset_requests.html b/asset/templates/asset/dashboard_asset_requests.html index ab22a9c01..6e29264d3 100644 --- a/asset/templates/asset/dashboard_asset_requests.html +++ b/asset/templates/asset/dashboard_asset_requests.html @@ -97,9 +97,8 @@
{% else %}
-

- - {% trans "No records available at the moment." %} -

+ Page not found. 404. +

{% trans "No Records found." %}

+

{% trans "No records available at the moment." %}

{% endif %}