Volume

<%@volumes.each do |t|%>

Infomation <%=t["Volume Name"]%>

Type : <%=t["Type"]%>
Volume ID : <%=t["Volume ID"]%>
Status : <%=t["Status"]%>
Number of Bricks : <%=t["Number of Bricks"]%>
Transport-type : <%=t["Transport-type"]%>
Bricks : <%=t["Bricks"]%>
Bricks1 : <%=t["Brick1"]%>
Options Reconfigured : <%=t["Options Reconfigured"]%>
performance.readdir-ahead : <%=t["performance.readdir-ahead"]%>

Drag multiple files to the box below for multi upload or click to select files. This is for demonstration purposes only, the files are not uploaded to any server.


<%f = get_files(t["Volume Name"])%> <%f.each do |t|%>
Current directory : <%=@cur_dir%>
Numbers : <%=@total%>

File Manager

Name auth Size Date
<%=t["name"]%> <%=t["auth"][0]%> <%=t["size"]%> <%=t["date"]%>
<%end%>
<%end%>