LuCI - OpenWrt Configuration Interface
 
 
 
 
 
 
Go to file
Florian Eckert 57b8d305af luci-theme-material: add missing css cbi-section-error definitions
Add the missing error css class definitions.
Highlights the wrong inputs detected by the cbi validation function.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-11-23 13:17:41 +01:00
applications Merge pull request #2325 from YuriPet/master 2018-11-22 18:51:12 +01:00
build
collections
contrib/package
documentation
libs
modules luci-mod-network: fix invalid translate() argument pass 2018-11-23 00:46:51 +03:00
protocols luci-proto-vpnc: expose defaultroute option in proto_vpnc.lua 2018-11-15 07:44:06 +01:00
themes luci-theme-material: add missing css cbi-section-error definitions 2018-11-23 13:17:41 +01:00
.buildpath
.cproject
.gitignore build: add build option to minify *.js files 2018-11-22 12:49:14 +01:00
.project
CONTRIBUTING.md
LICENSE
NOTICE
README.md
THANKYOU
luci.mk build: add build option to minify *.js files 2018-11-22 12:49:14 +01:00

README.md

OpenWrt luci feed

Description

This is the OpenWrt "luci"-feed containing LuCI - OpenWrt Configuration Interface.

Usage

This feed is enabled by default. Your feeds.conf.default (or feeds.conf) should contain a line like:

src-git luci https://github.com/openwrt/luci.git

To install all its package definitions, run:

./scripts/feeds update luci
./scripts/feeds install -a -p luci

API Reference

You can browse the generated API documentation directly on Github.

Development

Documentation for developing and extending LuCI can be found in the Wiki

License

See LICENSE file.

Package Guidelines

See CONTRIBUTING.md file.