Sha256: 0dfd4f92fb3c038a97ec5f85de95c424d90c99f5b770fee30bc6e91029f6ee44

Contents?: true

Size: 909 Bytes

Versions: 9

Compression:

Stored size: 909 Bytes

Contents

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

- if @backup_file.content
  %p.float-right
    = link_to configtest_daemon_setting_running_backup_path, method: 'post', class: "btn btn-secondary" 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-xl-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-xl-12.diff
      %h2
        Diff:
      %div
        = t(".diff_description")
        .float-right
          = link_to t(".show_current"), daemon_setting_path(@fluentd)
      = preserve render "/shared/settings/diff"

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
fluentd-ui-1.2.1 app/views/fluentd/settings/running_backup/show.html.haml
fluentd-ui-1.2.0 app/views/fluentd/settings/running_backup/show.html.haml
fluentd-ui-1.1.0 app/views/fluentd/settings/running_backup/show.html.haml
fluentd-ui-1.0.1 app/views/fluentd/settings/running_backup/show.html.haml
fluentd-ui-1.0.0 app/views/fluentd/settings/running_backup/show.html.haml
fluentd-ui-1.0.0.beta.1 app/views/fluentd/settings/running_backup/show.html.haml
fluentd-ui-1.0.0.alpha.3 app/views/fluentd/settings/running_backup/show.html.haml
fluentd-ui-1.0.0.alpha.2 app/views/fluentd/settings/running_backup/show.html.haml
fluentd-ui-1.0.0.alpha.1 app/views/fluentd/settings/running_backup/show.html.haml