From bfa5f4b622992ff6a74b87a4e9c8084999f32328 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 12 Mar 2026 22:24:52 -0700 Subject: [PATCH] upgrades: Use inline SVG icons Tests: - All the icons appear as before in both light/dark themes. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/upgrades/templates/backports-firstboot.html | 3 ++- .../upgrades/templates/upgrades-dist-upgrade-confirm.html | 3 ++- plinth/modules/upgrades/templates/upgrades-dist-upgrade.html | 2 +- plinth/modules/upgrades/templates/upgrades_configure.html | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/plinth/modules/upgrades/templates/backports-firstboot.html b/plinth/modules/upgrades/templates/backports-firstboot.html index ee9b01877..55c778708 100644 --- a/plinth/modules/upgrades/templates/backports-firstboot.html +++ b/plinth/modules/upgrades/templates/backports-firstboot.html @@ -6,6 +6,7 @@ {% load bootstrap %} {% load i18n %} {% load static %} +{% load plinth_extras %} {% block content %}

{% trans "Frequent Feature Updates" %}

@@ -31,7 +32,7 @@