update 2025-02-08 20:35:28

This commit is contained in:
kenzok8
2025-02-08 20:35:28 +08:00
parent e32aa524ea
commit e0352fa5d9
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_VERSION:=1.0.0-20240207 PKG_VERSION:=1.0.1-20240207
PKG_RELEASE:= PKG_RELEASE:=
LUCI_TITLE:=LuCI support for OneAPI LUCI_TITLE:=LuCI support for OneAPI

View File

@@ -25,7 +25,7 @@ if container_running then
<label class="cbi-value-title">&nbsp;</label> <label class="cbi-value-title">&nbsp;</label>
<div class="cbi-value-field"> <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>
</div> </div>
<% end %> <% end %>

View File

@@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_VERSION:=1.0.7-20250207 PKG_VERSION:=1.0.8-20250207
PKG_RELEASE:= PKG_RELEASE:=
LUCI_TITLE:=LuCI support for OpenWebUI LUCI_TITLE:=LuCI support for OpenWebUI

View File

@@ -47,7 +47,7 @@ do_install() {
eval "$cmd" eval "$cmd"
echo "Initial..." echo "Initial..."
sleep 10 sleep 10
echo "Done echo "Done"
} }
usage() { usage() {