Merge "Remove the redundant codes"

This commit is contained in:
Jenkins 2017-03-08 14:22:05 +00:00 committed by Gerrit Code Review
commit 5d3c08d5f1

@ -21,9 +21,6 @@ import disaster_recovery.api.api as freezer_api
class DeleteAction(tables.DeleteAction):
name = "delete"
classes = ("btn-danger",)
icon = "remove"
help_text = _("Delete actions is not recoverable.")
@staticmethod