Sha256: 3d38f58b5cd0f64fc52b73db03f1e135a7794cd050d1382d84998c60b7ba70b5
Contents?: true
Size: 959 Bytes
Versions: 1
Compression:
Stored size: 959 Bytes
Contents
<table> <tr class="head"> <%= check_tag(0) %> <%= client_header "Client", "name" %> <%= client_header "Auto Prune", "prune" %> <%= client_header "File Retention", "fretain" %> <%= client_header "Job Retention", "jretain" %> <%= client_header "System Type", "uname" %> </tr> <% @clients.each_with_index do |client, n| %> <tr class="nowrap <%= n.odd? ? "gray" : "blue" %> "> <%= check_tag(client.id) %> <td><%= link_to client.name, :action => "show", :cid => client.id %></td> <td><%= client.autoprune? %></td> <td><%= client.fileretention/86400 %> days</td> <td><%= client.jobretention/86400 %> days</td> <td><%= client.uname %></td> </tr> <% end %> </table> <div id="js"> <p> A real-time client status check will become available once the Javascript facility of your web browser has been enabled (unless you're using Microsoft Internet Explorer.) </p> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bacuview-1.5 | app/views/client/index.rhtml |