h2   Commands configured in Splash div.uk-width-medium-1-1 div.uk-panel.uk-panel-box span.uk-text-large.uk-text-bold List of commands availables br div.uk-accordion(data-uk-accordion) - @data.each do |command,content| h3.uk-accordion-title Name : #{command} div.uk-accordion-content table.uk-table.uk-table-hover.uk-table-striped thead tr th Definition th Actions tbody tr td dl.uk-description-list-horizontal dt  Description dd #{content[:desc]} - if content[:command] dt  Command Line dd #{content[:command]} - if content[:schedule] dt  Schedule dd - if content[:on_success] dt  Execute on success dd #{content[:on_success]} - if content[:on_failure] dt  Execute on failure dd #{content[:on_failure]} - if content[:user] dt  become user dd #{content[:user]} - if content[:delegate_to] dt  Remote delegation dd td