Commit 91a49ee5 by Guba Sándor

fixed vlan keyword argument

parent a09521ca
...@@ -425,7 +425,7 @@ class RemoveInterfaceOperation(InstanceOperation): ...@@ -425,7 +425,7 @@ class RemoveInterfaceOperation(InstanceOperation):
def get_activity_name(self, kwargs): def get_activity_name(self, kwargs):
return create_readable(ugettext_noop("remove %(vlan)s interface"), return create_readable(ugettext_noop("remove %(vlan)s interface"),
vlan=kwargs['vlan']) vlan=kwargs['interface'].vlan)
register_operation(RemoveInterfaceOperation) register_operation(RemoveInterfaceOperation)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment