luci-base, luci-mod-system: replace luci/setUmount with fs.exec calls
[project/luci.git] / modules / luci-mod-status / luasrc / view / admin_status / index / 30-network.htm
1 <%#
2 Copyright 2008 Steven Barth <steven@midlink.org>
3 Copyright 2008-2018 Jo-Philipp Wich <jo@mein.io>
4 Licensed to the public under the Apache License 2.0.
5 -%>
6
7 <div class="cbi-section">
8 <h3><%:Network%></h3>
9
10 <div id="upstream_status_table" class="network-status-table">
11 <p><em><%:Collecting data...%></em></p>
12 </div>
13
14 <div class="table" width="100%">
15 <div class="tr"><div class="td left" width="33%"><%:Active Connections%></div><div class="td left"><div id="conns" class="cbi-progressbar" title="-"><div></div></div></div></div>
16 </div>
17 </div>