Remove the redundant attributes

DeleteInstance action inherits from tables.DeleteAction,
So remove the unused attributes.

Change-Id: I426820596c186cf216583014c6be0d57426fc10e
This commit is contained in:
qiaomin
2017-01-11 15:20:42 +08:00
committed by Allen
parent 980eafc083
commit 8131d25e64
@@ -55,10 +55,6 @@ class DeleteInstance(tables.DeleteAction):
count
)
name = "delete"
classes = ("btn-danger", )
icon = "remove"
def delete(self, request, obj_id):
api.trove.instance_delete(request, obj_id)