Sha256: 051436588464373d682308391dda5886058ffb772b9217d9c7ae81ecf5bbbf26
Contents?: true
Size: 703 Bytes
Versions: 21
Compression:
Stored size: 703 Bytes
Contents
<table id='report_log' class="table table-bordered table-striped"> <thead> <tr> <th><%= _("Level") %></th> <th><%= _("Module") %></th> <th><%= _("Arguments") %></th> <th><%= _("Message") %></th> </tr> </thead> <tbody> <% logs.each do |log| %> <tr> <td><span <%= report_tag log.level %>><%= h log.level %></span></td> <td><%= h module_name(log) %></td> <td><%= h module_args(log) %></td> <td><%= ansible_module_message(log) %></td> </tr> <% end %> <tr id='ntsh' <%= "style='display: none;'".html_safe if logs.size > 0%>><td colspan="3"> <%= _("Nothing to show") %> </td></tr> </tbody> </table>
Version data entries
21 entries across 21 versions & 1 rubygems