summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-full/luasrc/view/admin_status/index.htm
AgeCommit message (Collapse)Author
2015-01-08Rework LuCI build systemJo-Philipp Wich
* Rename subdirectories to their repective OpenWrt package names * Make each LuCI module its own standalone package * Deploy a shared luci.mk which is used by each module Makefile Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2013-10-09modules/admin-full: add DSL status to index page (#620)Jo-Philipp Wich
2013-02-26modules/admin-full: generalize field descriptions in system status pageDaniel Golle
LuCI is not only used on routers. When running on a NAS or you-name-it non-router hardware, refering to "Router Name" and "Router Model" in the system information page was confusing to some users.
2013-01-30modules/admin-full: Add swap info to admin_status page if swap is available, ↵Manuel Munz
#533
2012-12-02modules/admin-full: several white-space fixes for BootstrapJo-Philipp Wich
2012-08-17modules/admin-core, modules/admin-full: implement display support for ↵Jo-Philipp Wich
dnsmasq dhcpv6 leases
2012-08-14modules: make most remaining hardcoded strings translatable, patch by ↵Jo-Philipp Wich
"BasicXP" <basicxp@ubuntu.com>
2012-07-06modules/admin-full: fix frequency display on index status pageJo-Philipp Wich
2012-06-26modules/admin-full: use get_wannet() and get_wan6net() to find wan networks ↵Jo-Philipp Wich
on status page
2012-04-02admin-full: allow to use translations for 'Not connected' stateJo-Philipp Wich
This allows to use translated version of the 'Net connected' string in the Status/Overview/Network section. Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
2012-02-23modules/admin-full: display wifi rates in assoclist tablesJo-Philipp Wich
2011-10-10admin-status/overview: Use MAC-Address in table header of associated ↵Manuel Munz
stations instead of BSSID (#312)
2011-09-26modules/admin-full: rework status javascript code to use XHR.poll()Jo-Philipp Wich
2011-09-25modules/admin-full: various javascript fixes in templatesJo-Philipp Wich
2011-09-23modules/admin/full: Add parenthesis around luci.version, #302Manuel Munz
2011-09-08admin/status: Replace 'Active IP Connections' with 'Active Connections' as ↵Manuel Munz
requested by #265. Also this saves a little space, because the string 'Active Connections' is in base.po already and can be reused.
2011-07-31modules/admin-full: fix "undefined" netmask display on main status pageJo-Philipp Wich
2011-07-01modules/admin-full: fix "No information available" in admin status assoclistJo-Philipp Wich
2011-05-04modules/admin-full: add a simple plugin mechanism to status pageJo-Philipp Wich
2011-05-03trunk: s/&nbsp;/&#160;/gJo-Philipp Wich
2011-04-25modules/admin-full: fix text quirk on status overview pageJo-Philipp Wich
2011-03-13modules/admin-full: add some links to index pageJo-Philipp Wich
2011-03-13modules/admin-full: add dhcp and wifi status infoJo-Philipp Wich
2011-02-14modules/admin-full: remove cpu infoJo-Philipp Wich
2011-02-11modules/admin-full: rework index pageJo-Philipp Wich
2009-10-31all: automatic <%:...%> -> <%_...%> fixupJo-Philipp Wich
2009-10-31all: change most translate statements to new format, some need manual cleanupJo-Philipp Wich
2008-10-07* luci-trunk: huge xhtml, css and accessibility improvement patch - thanks ↵Jo-Philipp Wich
Alina!
2008-07-15Split up admin-core into admin-core and admin-full, preparing admin-miniSteven Barth