Sha256: ff4b183db4fc765ccc0a01ac3b7db0e03eaa5ba8ab57ba1dd80b84c44c2890ed
Contents?: true
Size: 889 Bytes
Versions: 1
Compression:
Stored size: 889 Bytes
Contents
<table> <% i=0 %> <% apps.each{|a| %> <tr> <td> <%=i+=1%> </td> <td> <a href='/admin/info/<%=a.getAppName%>'><%=a.getAppName%></a> </td> <td> <%=a.class.to_s.to_h %> </td> <td> <a href='/admin/stop/<%=a.object_id%>'>Stop</a> </td> <td> <a href='/admin/settings/index/<%=a.object_id%>'>Settings <%=a.class.to_s.to_h%></a> </td> <td><%=a.getAppId%></td> <% if a.is_a?(HTTPApp) %> <td> <a href='<%=a.url%>'>Link</a> </td> <% end %> </tr> <% } %> </table> <hr> Application-Types <table> <% appTypes.each{|apptype| %> <tr> <td><%=apptype%> </td> <td ><a href="/admin/start/<%=apptype %>">Start <%=apptype%></a></td> </tr> <% } %> </table> <hr> <a href='/admin/shutdown'>Shutdown</a> <%= render_partial :log %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
appswarm-0.0.1 | apps/admin/views/index.rhtml |