mirror of
https://github.com/kenzok8/small-package.git
synced 2026-02-06 23:08:07 +08:00
update 2025-02-08 20:35:28
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_VERSION:=1.0.0-20240207
|
||||
PKG_VERSION:=1.0.1-20240207
|
||||
PKG_RELEASE:=
|
||||
|
||||
LUCI_TITLE:=LuCI support for OneAPI
|
||||
|
||||
@@ -25,7 +25,7 @@ if container_running then
|
||||
<label class="cbi-value-title"> </label>
|
||||
<div class="cbi-value-field">
|
||||
|
||||
<input type="button" class="btn cbi-button cbi-button-apply" name="start" value="<%:Open OneAPI%>" onclick="window.open('http://'+location.hostname+':<%=port%>/entrance', '_blank')">
|
||||
<input type="button" class="btn cbi-button cbi-button-apply" name="start" value="<%:Open OneAPI%>" onclick="window.open('http://'+location.hostname+':<%=port%>/', '_blank')">
|
||||
</div>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_VERSION:=1.0.7-20250207
|
||||
PKG_VERSION:=1.0.8-20250207
|
||||
PKG_RELEASE:=
|
||||
|
||||
LUCI_TITLE:=LuCI support for OpenWebUI
|
||||
|
||||
@@ -47,7 +47,7 @@ do_install() {
|
||||
eval "$cmd"
|
||||
echo "Initial..."
|
||||
sleep 10
|
||||
echo "Done
|
||||
echo "Done"
|
||||
}
|
||||
|
||||
usage() {
|
||||
|
||||
Reference in New Issue
Block a user