You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.0 KiB
26 lines
1.0 KiB
11 months ago
|
From 8f5b7be529a05d44ec9f3733f8ce9b9ac4dd8217 Mon Sep 17 00:00:00 2001
|
||
|
From: tigro <tigro@msvsphere-os.ru>
|
||
|
Date: Tue, 19 Dec 2023 11:25:09 +0300
|
||
|
Subject: [PATCH 02/11] Hide CDN source button
|
||
|
|
||
|
---
|
||
|
pyanaconda/ui/gui/spokes/installation_source.py | 2 ++
|
||
|
1 file changed, 2 insertions(+)
|
||
|
|
||
|
diff --git a/pyanaconda/ui/gui/spokes/installation_source.py b/pyanaconda/ui/gui/spokes/installation_source.py
|
||
|
index d0d4da7..4d1c659 100644
|
||
|
--- a/pyanaconda/ui/gui/spokes/installation_source.py
|
||
|
+++ b/pyanaconda/ui/gui/spokes/installation_source.py
|
||
|
@@ -704,6 +704,8 @@ class SourceSpoke(NormalSpoke, GUISpokeInputCheckHandler, SourceSwitchHandler):
|
||
|
self._network_button = self.builder.get_object("networkRadioButton")
|
||
|
self._network_box = self.builder.get_object("networkBox")
|
||
|
|
||
|
+ really_hide(self._cdn_button)
|
||
|
+
|
||
|
self._url_entry = self.builder.get_object("urlEntry")
|
||
|
self._protocol_combo_box = self.builder.get_object("protocolComboBox")
|
||
|
self._iso_chooser_button = self.builder.get_object("isoChooserButton")
|
||
|
--
|
||
|
2.43.0
|
||
|
|