5 lines
130 B
Text
5 lines
130 B
Text
<% require 'yaml' -%>
|
|
<%= if @configuration
|
|
configuration.to_yaml().gsub(/source_labels: ".+?"/) { |x| x.gsub('"', '') }
|
|
end
|
|
-%>
|