← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1360010] [NEW] Database Terminate Instance should be red btn-danger

 

Public bug reported:

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"

** Affects: horizon
     Importance: Undecided
     Assignee: Cindy Lu (clu-m)
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1360010

Title:
  Database Terminate Instance should be red btn-danger

Status in OpenStack Dashboard (Horizon):
  New

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"

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1360010/+subscriptions


Follow ups

References