Sha256: 8f8bbb45db49aa29c4dad2ea14eed6265188a03f8f45069a5bbad8a5b86be485

Contents?: true

Size: 905 Bytes

Versions: 14

Compression:

Stored size: 905 Bytes

Contents

- page_title t('.page_title', label: @fluentd.label)

- if @backup_file.content
  %p.pull-right
    = link_to configtest_daemon_setting_running_backup_path, method: 'post', class: "btn btn-default" do
      = icon('fa-legal')
      = t("terms.configtest")
    = link_to reuse_daemon_setting_running_backup_path, method: 'post', class: "btn btn-primary" do
      = icon('fa-pencil')
      = t("terms.reuse")

.row
  .col-xs-12
    - if @backup_file.content
      %h2
        = t('.page_title')
      %pre
        = preserve do
          = @backup_file.content
    - else
      %p
        =t('fluentd.common.never_started_yet', brand: fluentd_ui_brand)
  - if @backup_file.content
    .col-xs-12.diff
      %h2
        Diff:
      %div
        = t(".diff_description")
        .pull-right
          = link_to t(".show_current"), daemon_setting_path(@fluentd)
      = preserve render "/shared/settings/diff"

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
fluentd-ui-0.4.5 app/views/fluentd/settings/running_backup/show.html.haml
fluentd-ui-0.4.4 app/views/fluentd/settings/running_backup/show.html.haml
fluentd-ui-0.4.3 app/views/fluentd/settings/running_backup/show.html.haml
fluentd-ui-0.4.2 app/views/fluentd/settings/running_backup/show.html.haml
fluentd-ui-0.4.1 app/views/fluentd/settings/running_backup/show.html.haml
fluentd-ui-0.4.0 app/views/fluentd/settings/running_backup/show.html.haml
fluentd-ui-0.3.21 app/views/fluentd/settings/running_backup/show.html.haml
fluentd-ui-0.3.20 app/views/fluentd/settings/running_backup/show.html.haml
fluentd-ui-0.3.19 app/views/fluentd/settings/running_backup/show.html.haml
fluentd-ui-0.3.18 app/views/fluentd/settings/running_backup/show.html.haml
fluentd-ui-0.3.17 app/views/fluentd/settings/running_backup/show.html.haml
fluentd-ui-0.3.16 app/views/fluentd/settings/running_backup/show.html.haml
fluentd-ui-0.3.15 app/views/fluentd/settings/running_backup/show.html.haml
fluentd-ui-0.3.14 app/views/fluentd/settings/running_backup/show.html.haml