Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/devices/network/wired.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/view/devices/network/wired.py')
-rw-r--r--shell/view/devices/network/wired.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/view/devices/network/wired.py b/shell/view/devices/network/wired.py
new file mode 100644
index 0000000..c484b75
--- /dev/null
+++ b/shell/view/devices/network/wired.py
@@ -0,0 +1,6 @@
+from view.devices import deviceview
+
+class DeviceView(deviceview.DeviceView):
+ def __init__(self, model):
+ deviceview.DeviceView.__init__(self, model)
+ self.props.icon_name = 'theme:stock-net-wired'