Skip to content

Commit

Permalink
Change Service 'Order' button to blue color to look active
Browse files Browse the repository at this point in the history
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1571614

Change Service 'Order' button to blue color to look active under
Services > Catalogs > All Services > some specific Service.
  • Loading branch information
hstastna committed Apr 25, 2018
1 parent af30428 commit e607d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/catalog/_svccat_tree_show.html.haml
Expand Up @@ -33,7 +33,7 @@
.col-md-1{:align => "center"}
#buttons
= button_tag(_("Order"),
:class => "btn btn-default",
:class => "btn btn-primary",
:alt => t = _("Order this Service"),
:title => t,
:onclick => "miqAjaxButton('#{url_for_only_path(:action => "svc_catalog_provision",
Expand Down

0 comments on commit e607d0e

Please sign in to comment.