fix bug
This commit is contained in:
parent
12bae1d68e
commit
d4c375133a
2
Makefile
2
Makefile
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
LUCI_TITLE:=Argon Theme
|
LUCI_TITLE:=Argon Theme
|
||||||
LUCI_DEPENDS:=
|
LUCI_DEPENDS:=
|
||||||
PKG_VERSION:=2.0
|
PKG_VERSION:=2.0
|
||||||
PKG_RELEASE:=20200131
|
PKG_RELEASE:=20200203
|
||||||
|
|
||||||
include $(TOPDIR)/feeds/luci/luci.mk
|
include $(TOPDIR)/feeds/luci/luci.mk
|
||||||
|
|
||||||
|
@ -1,19 +1,22 @@
|
|||||||
/**
|
/**
|
||||||
* Material is a clean HTML5 theme for LuCI. It is based on luci-theme-bootstrap and MUI
|
* Argon is a clean HTML5 theme for LuCI. It is based on luci-theme-material and Argon Template
|
||||||
*
|
*
|
||||||
* luci-theme-material
|
* luci-theme-argon
|
||||||
* Copyright 2015 Lutty Yang <lutty@wcan.in>
|
* Copyright 2019 Jerrykuku <jerrykuku@qq.com>
|
||||||
*
|
*
|
||||||
* Have a bug? Please create an issue here on GitHub!
|
* Have a bug? Please create an issue here on GitHub!
|
||||||
* https://github.com/LuttyYang/luci-theme-material/issues
|
* https://github.com/jerrykuku/luci-theme-argon/issues
|
||||||
*
|
*
|
||||||
* luci-theme-bootstrap:
|
* luci-theme-material:
|
||||||
* Copyright 2008 Steven Barth <steven@midlink.org>
|
* Copyright 2015 Lutty Yang <lutty@wcan.in>
|
||||||
* Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
|
* https://github.com/LuttyYang/luci-theme-material/
|
||||||
* Copyright 2012 David Menting <david@nut-bolt.nl>
|
|
||||||
*
|
*
|
||||||
* MUI:
|
* Agron Theme
|
||||||
* https://github.com/muicss/mui
|
* https://demos.creative-tim.com/argon-dashboard/index.html
|
||||||
|
*
|
||||||
|
* Login background
|
||||||
|
* https://unsplash.com/
|
||||||
|
* Font generate by Icomoon<icomoon.io>
|
||||||
*
|
*
|
||||||
* Licensed to the public under the Apache License 2.0
|
* Licensed to the public under the Apache License 2.0
|
||||||
*/
|
*/
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
end
|
end
|
||||||
|
|
||||||
local bgcount = 0
|
local bgcount = 0
|
||||||
for f in ipairs(glob("/www/luci-static/material/img/*")) do
|
for f in ipairs(glob("/www/luci-static/argon/img/*")) do
|
||||||
bgcount = bgcount + 1
|
bgcount = bgcount + 1
|
||||||
end
|
end
|
||||||
-%>
|
-%>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user