<% access = _kas.events.call(:check_page_access, {:page => :logs_latest}) if !access print _("You do not have access to this page.") exit end ob = _kas.events.call(:ob) %> <%if ob%> <%end%> <% logs = _kas.ob.list(:Log, { "orderby" => [["date_saved", "desc"]], "limit" => 200 }) logs.each do |log| %> <%if ob%> <%end%> <% end if logs.empty? %> <% end %>
<%=_("ID")%> <%=_("Log")%><%=_("Object")%>
<%=log.id%> <%=log.first_line%> <%=log.objects_html(ob)%>
<%=_("No logs were found.")%>