summaryrefslogtreecommitdiff
path: root/remove-vender-issue-in-netdev.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-09-19 03:19:34 +0000
committerCoprDistGit <infra@openeuler.org>2023-09-19 03:19:34 +0000
commite9f07e4582f7977395d5c26d41e3fc97ed9e077c (patch)
tree478a9376a299c9450151b72c29c5c790c1023564 /remove-vender-issue-in-netdev.patch
parenta4252603249fd648f2870ce2dcbaf86ebcf1f118 (diff)
automatic import of anacondaopeneuler20.03
Diffstat (limited to 'remove-vender-issue-in-netdev.patch')
-rw-r--r--remove-vender-issue-in-netdev.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/remove-vender-issue-in-netdev.patch b/remove-vender-issue-in-netdev.patch
new file mode 100644
index 0000000..5582da0
--- /dev/null
+++ b/remove-vender-issue-in-netdev.patch
@@ -0,0 +1,28 @@
+From b896b694238389a85539f60cab6ee41ab04c4f29 Mon Sep 17 00:00:00 2001
+From: t_feng <fengtao40@huawei.com>
+Date: Fri, 19 Jun 2020 10:25:20 +0800
+Subject: [PATCH] remove vender issue in netdev
+
+---
+ pyanaconda/ui/gui/spokes/network.py | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+diff --git a/pyanaconda/ui/gui/spokes/network.py b/pyanaconda/ui/gui/spokes/network.py
+index 1318e17..e906f9e 100644
+--- a/pyanaconda/ui/gui/spokes/network.py
++++ b/pyanaconda/ui/gui/spokes/network.py
+@@ -782,9 +782,8 @@ class NetworkControlBox(GObject.GObject):
+ unplugged)
+
+ if device:
+- title += '\n<span size="small">%s %s</span>' % \
+- (escape_markup(device.get_vendor() or ""),
+- escape_markup(device.get_product() or ""))
++ title += '\n<span size="small">%s</span>' % \
++ (escape_markup(device.get_product() or ""))
+ return title
+
+ def refresh_ui(self, state=None):
+--
+2.23.0
+