mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-11 08:47:06 +02:00
10 lines
252 B
Ruby
10 lines
252 B
Ruby
class Fluentd::Settings::RunningBackupController < ApplicationController
|
|
include SettingHistoryConcern
|
|
|
|
private
|
|
|
|
def find_backup_file
|
|
@backup_file = Fluentd::SettingArchive::BackupFile.new(@fluentd.agent.running_config_backup_file)
|
|
end
|
|
end
|