Method: GrafanaReporter::Asciidoctor::AnnotationsTableIncludeProcessor#build_demo_entry

Defined in:
lib/grafana_reporter/asciidoctor/annotations_table_include_processor.rb

#build_demo_entry(_panel) ⇒ Object

[View source]

86
87
88
# File 'lib/grafana_reporter/asciidoctor/annotations_table_include_processor.rb', line 86

def build_demo_entry(_panel)
  "|===\ninclude::grafana_annotations[columns=\"time,panelId,newState,prevState,text\"]\n|==="
end