Skip to content

Commit

Permalink
Merge pull request #6405 from epwinchell/svc_cat
Browse files Browse the repository at this point in the history
Service Catalog styling fix
  • Loading branch information
himdel authored Nov 13, 2019
2 parents 455c8a8 + 0a43e0f commit cfe819f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/catalog/_svccat_tree_show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
= render :partial => "layouts/flash_msg"
.form-horizontal.static
.form-group
%label.col-md-1.control-labelimage{:rowspan => 9}
%label.col-md-2.control-labelimage{:rowspan => 9}
- if @record.picture
%img{:src => "#{@record.picture.url_path}?#{rand(99_999_999)}"}/
- else
%i.fa.fa-cube.fa-4x
%br
%br
.col-md-9
.col-md-8
.form-group
%label.col-md-2.control-label
= _('Name')
Expand Down

0 comments on commit cfe819f

Please sign in to comment.