Sha256: b5c8d7e6d12035aa6721b0a03b6e2790e026880e04be97d2e8c2c4ce08295407

Contents?: true

Size: 770 Bytes

Versions: 1

Compression:

Stored size: 770 Bytes

Contents

= javascript "katello/dashboard"

- if (current_user && current_user.organizations.length == 0) && !current_user.admin
  .flash_hud
    %ul.flash_messages.warning
      %li
        = _("You do not currently have access to any organizations.  Please contact an administrator to get permission to access an organization.")


- else
  = help_tip_button
  .col-md-12
    = help_tip((_('Your dashboard can be rearranged by clicking on a widget\'s title and dragging the widget ' + |
                  'to another position.'))) |

  .row
    = render_dashboard

  .dashboard_popout.hidden
    .popout_row.popout
      %label.popout #{_("Display")}
      %select.num_of_results.popout
        - ['5', '15', '30'].each do |i|
          %option.popout{:value => i} #{i} results

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
katello-2.2.2 app/views/katello/dashboard/index.html.haml