Sha256: 6c524875fb12c297a2e9e879d439030ef9f900b62014fb09cc864b17b7040013
Contents?: true
Size: 722 Bytes
Versions: 17
Compression:
Stored size: 722 Bytes
Contents
- page_title t('.page_title') do - link_to edit_daemon_setting_path(@fluentd), class: "btn btn-primary pull-right" do = icon('fa-pencil') = t("terms.edit") .row .col-xs-12 %pre = preserve do = @config .row .col-xs-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-xs-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
17 entries across 17 versions & 1 rubygems