diff --git a/openstack_dashboard/dashboards/project/routers/ports/tables.py b/openstack_dashboard/dashboards/project/routers/ports/tables.py index edf88f801f..2a080ce3cc 100644 --- a/openstack_dashboard/dashboards/project/routers/ports/tables.py +++ b/openstack_dashboard/dashboards/project/routers/ports/tables.py @@ -84,11 +84,6 @@ class RemoveInterface(tables.DeleteAction): args=[router_id]) exceptions.handle(request, msg, redirect=redirect) - def allowed(self, request, datum=None): - if datum and datum['device_owner'] == 'network:router_gateway': - return False - return True - class PortsTable(tables.DataTable): name = tables.Column("name",