Skip to content

Commit

Permalink
Made Release Floating IPs buttons red.
Browse files Browse the repository at this point in the history
  * fixes bug 944475
  * fixes bug 944481

Change-Id: I00834b025838de8985ce0544b94b62f6996a1fcc
  • Loading branch information
emmasteimann committed Mar 2, 2012
1 parent 2fd7e91 commit 6d20a65
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -45,6 +45,7 @@ class ReleaseIPs(tables.BatchAction):
action_past = _("Released")
data_type_singular = _("Floating IP")
data_type_plural = _("Floating IPs")
classes = ('btn-danger',)

def action(self, request, obj_id):
api.tenant_floating_ip_release(request, obj_id)
Expand Down

0 comments on commit 6d20a65

Please sign in to comment.