Skip to content

Commit

Permalink
Merge pull request #2445 from mfalesni/BZ1503613
Browse files Browse the repository at this point in the history
Correctly indent the blank slate widget
  • Loading branch information
mzazrivec committed Oct 18, 2017
2 parents 7fd18a0 + f9df99d commit 7dcb79a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/views/dashboard/_widget_blank.html.haml
Expand Up @@ -3,8 +3,8 @@
widget -- MiqWidget object
.mc{:id => "dd_w#{widget.id}_box",
:style => "#{@sb[:dashboards][@sb[:active_db]][:minimized].include?(widget.id) ? 'display: none;' : ''}"}
.blank-slate-pf{:style => "padding: 10px"}
.blank-slate-pf-icon
%i.fa.fa-cog
%h1= _('No data found.')
%p= _('If this widget is new or has just been added to your dashboard, the data is being generated and should be available soon.')
.blank-slate-pf{:style => "padding: 10px"}
.blank-slate-pf-icon
%i.fa.fa-cog
%h1= _('No data found.')
%p= _('If this widget is new or has just been added to your dashboard, the data is being generated and should be available soon.')

0 comments on commit 7dcb79a

Please sign in to comment.