* luci/themes: css fixed in openwrt.org theme
* luci/statistics: fixed layout of graph display page * luci/admin: fixed layout of uci changes page
This commit is contained in:
parent
18f0ebfd8b
commit
be4147d3d8
3 changed files with 16 additions and 4 deletions
|
@ -25,8 +25,15 @@ $Id$
|
||||||
<input type="submit" name="submit" value="<%:stat_showtimespan Display timespan »%>" />
|
<input type="submit" name="submit" value="<%:stat_showtimespan Display timespan »%>" />
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<% for i, img in ipairs(images) do %>
|
<br />
|
||||||
<img src="/rrdimg/<%=img%>" />
|
<hr />
|
||||||
<% end %>
|
<br />
|
||||||
|
|
||||||
|
<div style="text-align: center">
|
||||||
|
<% for i, img in ipairs(images) do %>
|
||||||
|
<img src="/rrdimg/<%=img%>" />
|
||||||
|
<br />
|
||||||
|
<% end %>
|
||||||
|
</div>
|
||||||
|
|
||||||
<%+footer%>
|
<%+footer%>
|
||||||
|
|
|
@ -16,10 +16,11 @@ $Id$
|
||||||
<h1><%:config%></h1>
|
<h1><%:config%></h1>
|
||||||
<h2><%:changes%></h2>
|
<h2><%:changes%></h2>
|
||||||
<code><%=changes%></code>
|
<code><%=changes%></code>
|
||||||
|
<br /><br />
|
||||||
<form class="inline" method="get" action="<%=controller%>/admin/uci/apply">
|
<form class="inline" method="get" action="<%=controller%>/admin/uci/apply">
|
||||||
<input type="submit" value="<%:apply%>" />
|
<input type="submit" value="<%:apply%>" />
|
||||||
</form>
|
</form>
|
||||||
<form class="inline" method="get" action="<%=controller%>/admin/uci/revert">
|
<form class="inline" method="get" action="<%=controller%>/admin/uci/revert">
|
||||||
<input type="submit" value="<%:revert%>" />
|
<input type="submit" value="<%:revert%>" />
|
||||||
</form>
|
</form>
|
||||||
<%+footer%>
|
<%+footer%>
|
||||||
|
|
|
@ -354,6 +354,10 @@ td.cbi-section-table-optionals {
|
||||||
font-size: 70%;
|
font-size: 70%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.inline {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
#memorybar {
|
#memorybar {
|
||||||
width:200px;
|
width:200px;
|
||||||
height:8px;
|
height:8px;
|
||||||
|
|
Loading…
Reference in a new issue