init
This commit is contained in:
13
cgi-bin/info-overlay.cgi
Executable file
13
cgi-bin/info-overlay.cgi
Executable file
@ -0,0 +1,13 @@
|
||||
#!/usr/bin/haserl
|
||||
<%in p/common.cgi %>
|
||||
<%
|
||||
s=$(df | grep /overlay | xargs | cut -d' ' -f5)
|
||||
page_title="Overlay Partition"
|
||||
%>
|
||||
<%in p/header.cgi %>
|
||||
<div class="alert alert-primary">
|
||||
<h5>Overlay partition is <%= $s %> full.</h5>
|
||||
<% progressbar "${s/%/}" %>
|
||||
</div>
|
||||
<% ex "ls -Rl /overlay" %>
|
||||
<%in p/footer.cgi %>
|
||||
Reference in New Issue
Block a user