Database Terminate Instance should be red btn-danger

Bug #1360010 reported by Cindy Lu
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Dashboard (Horizon)
In Progress
Low
Cindy Lu

Bug Description

https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/databases/tables.py#L38

class TerminateInstance(tables.BatchAction):
    name = "terminate"
    action_present = _("Terminate")
    action_past = _("Scheduled termination of %(data_type)s")
    data_type_singular = _("Instance")
    data_type_plural = _("Instances")
    classes = ("ajax-modal",) <== should be 'btn-danger'
    icon = "off"

Cindy Lu (clu-m)
Changed in horizon:
assignee: nobody → Cindy Lu (clu-m)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to horizon (master)

Fix proposed to branch: master
Review: https://review.openstack.org/116142

Changed in horizon:
status: New → In Progress
Changed in horizon:
importance: Undecided → Low
Changed in horizon:
milestone: none → juno-3
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on horizon (master)

Change abandoned by Cindy Lu (<email address hidden>) on branch: master
Review: https://review.openstack.org/116142
Reason: duplicate of https://review.openstack.org/#/c/110789/3

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.