mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-16 08:16:08 +02:00
24 lines
722 B
Plaintext
24 lines
722 B
Plaintext
- 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
|