Adapt to icon name changes
This commit is contained in:
@@ -19,4 +19,4 @@ 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'
|
||||
self.props.icon_name = 'theme:network-wired'
|
||||
|
||||
Reference in New Issue
Block a user