mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
@@ -8,7 +8,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=luci-app-lxc
|
PKG_NAME:=luci-app-lxc
|
||||||
PKG_RELEASE:=20160616
|
PKG_RELEASE:=20161030
|
||||||
|
|
||||||
PKG_LICENSE:=Apache-2.0
|
PKG_LICENSE:=Apache-2.0
|
||||||
|
|
||||||
@@ -21,7 +21,7 @@ define Package/luci-app-lxc
|
|||||||
CATEGORY:=LuCI
|
CATEGORY:=LuCI
|
||||||
SUBMENU:=3. Applications
|
SUBMENU:=3. Applications
|
||||||
TITLE:=LXC management Web UI
|
TITLE:=LXC management Web UI
|
||||||
DEPENDS:=+luci-mod-admin-full +lxc +lxc-create +liblxc +rpcd-mod-lxc
|
DEPENDS:=+luci-mod-admin-full +lxc +lxc-create +liblxc +rpcd-mod-lxc +getopt +xz
|
||||||
MAINTAINER:=Petar Koretic <petar.koretic@sartura.hr>
|
MAINTAINER:=Petar Koretic <petar.koretic@sartura.hr>
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
@@ -450,7 +450,7 @@ Author: Petar Koretic <petar.koretic@sartura.hr>
|
|||||||
{
|
{
|
||||||
var option = document.createElement('option');
|
var option = document.createElement('option');
|
||||||
option.value = data[key];
|
option.value = data[key];
|
||||||
option.text = data[key].replace(/[_:]/, ' ');
|
option.text = data[key].replace(/[_:]/g, ' ');
|
||||||
select.add(option, -1);
|
select.add(option, -1);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user