Sha256: 77c22d91e09cbd7015d98dc6b1a4a4a0f930030671d64b9e501a819de10bb38d

Contents?: true

Size: 767 Bytes

Versions: 9

Compression:

Stored size: 767 Bytes

Contents

- page_title t('.page_title') do
  - link_to edit_daemon_setting_path(@fluentd), class: "btn btn-primary float-right mt-3" do
    = icon('fa-pencil')
    = t("terms.edit")

.row.mb-3
  .card.col-xl-12.bg-light.ml-3
    %pre.card-body
      = preserve do
        = @config

.row.mb-3
  .col-xl-12
    %h3= link_to(t('fluentd.settings.running_backup.title'), daemon_setting_running_backup_path)
    %p
      %label= t('terms.backup_time')
      = @running_backedup_file.ctime.try(:strftime, I18n.t('time.formats.default')) || t('fluentd.common.never_started_yet', brand: fluentd_ui_brand)

.row
  .col-xl-12
    %h3= t('fluentd.settings.history')
    = render '/fluentd/settings/histories/list'
    .link= link_to t('.link_to_histories'), daemon_setting_histories_path

Version data entries

9 entries across 9 versions & 1 rubygems

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