Merge "Made Release Floating IPs buttons red."

This commit is contained in:
Jenkins 2012-03-02 03:43:41 +00:00 committed by Gerrit Code Review
commit b03a6072c2

View File

@ -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)