nixos-config/pkgs/incus-ui/ui-canonical-0004-Remove-external-links.patch

39 lines
1.3 KiB
Diff
Raw Normal View History

2024-04-26 12:19:50 +02:00
From 5e04b21d7e49cc36115687ba8806cacf2fb03512 Mon Sep 17 00:00:00 2001
2023-12-23 20:20:04 +01:00
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber@stgraber.org>
Date: Wed, 22 Nov 2023 23:12:29 +0000
2024-04-26 12:19:50 +02:00
Subject: [PATCH 4/8] Remove external links
2023-12-23 20:20:04 +01:00
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
---
src/pages/storage/UploadCustomImageHint.tsx | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/src/pages/storage/UploadCustomImageHint.tsx b/src/pages/storage/UploadCustomImageHint.tsx
2024-04-26 12:19:50 +02:00
index dcad010..eedb1a3 100644
2023-12-23 20:20:04 +01:00
--- a/src/pages/storage/UploadCustomImageHint.tsx
+++ b/src/pages/storage/UploadCustomImageHint.tsx
@@ -9,17 +9,6 @@ const UploadCustomImageHint: FC = () => {
2024-02-22 11:31:13 +01:00
<h3 className="p-notification__title">
2023-12-23 20:20:04 +01:00
Some image formats need to be modified in order to work with LXD.
2024-02-22 11:31:13 +01:00
</h3>
2023-12-23 20:20:04 +01:00
- <p>
- <a
- className="p-notification__action"
- href="https://ubuntu.com/tutorials/how-to-install-a-windows-11-vm-using-lxd#1-overview"
- target="_blank"
2024-04-26 12:19:50 +02:00
- rel="noopener noreferrer"
2023-12-23 20:20:04 +01:00
- >
- Windows ISO images
- <Icon className="external-link-icon" name="external-link" />
- </a>
- </p>
</div>
</div>
</>
--
2024-02-22 11:31:13 +01:00
2.34.1
2023-12-23 20:20:04 +01:00