h2.uk-text-success   Sequences configured in Splash div.uk-width-medium-1-1 div.uk-panel.uk-panel-box span.uk-text-large.uk-text-bold List of sequences availables br div.uk-accordion(data-uk-accordion) - @data.each do |sequence,content| h3.uk-accordion-title Name : #{sequence} div.uk-accordion-content table.uk-table.uk-table-hover.uk-table-striped thead tr th Options th Definition th Actions tbody tr td dl.uk-description-list-horizontal - if content[:options] - if content[:options][:continue] ul li  Continue execution on error : #{content[:options][:continue]} - if content[:schedule] ul li  Scheduling : td dl.uk-description-list-horizontal - content[:definition].each_with_index do |step,i| dt  Step #{i+1} : dd #{step[:step]} ul li  Command : #{step[:command]} - if step[:on_host] li  Remote execution target : #{step[:on_host]} - if not step[:callback].nil? li  Execute Callback : #{step[:callback]} - if not step[:trace].nil? li  Trace Execution : #{step[:trace]} - if not step[:notify].nil? li  Notify Execution in Prometheus : #{step[:notify]} td