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
2 years ago
|
From 25eee641eba7207fd9ea96435ed85396f5f4c23b Mon Sep 17 00:00:00 2001
|
||
|
From: Eugene Zamriy <ezamriy@msvsphere.ru>
|
||
|
Date: Wed, 29 Mar 2023 23:09:28 +0300
|
||
|
Subject: [PATCH 2/6] 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 8a0f463..adc85b5 100644
|
||
|
--- a/pyanaconda/ui/gui/spokes/installation_source.py
|
||
|
+++ b/pyanaconda/ui/gui/spokes/installation_source.py
|
||
|
@@ -784,6 +784,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.39.2
|
||
|
|