From f8d396dd94a91e823d546b39e5dbdde985a665e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 1 Aug 2026 23:48:21 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=84=20Sync=202026-08-01=2023:48:21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- luci-app-qemu-vms/Makefile | 4 ++-- .../htdocs/luci-static/resources/view/qemu-vms/status.js | 5 ++++- qemu-vms/Makefile | 4 ++-- teleproxy/Makefile | 6 +++--- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/luci-app-qemu-vms/Makefile b/luci-app-qemu-vms/Makefile index a6a8c996..aaf35ba5 100644 --- a/luci-app-qemu-vms/Makefile +++ b/luci-app-qemu-vms/Makefile @@ -3,8 +3,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Web UI for QEMU Virtual Machine Simple (VMS) LUCI_DEPENDS:=@TARGET_x86_64 +qemu-vms +ttyd +usbutils +pciutils PKG_LICENSE:=GPLv3 -PKG_VERSION:=0.0.1 -PKG_RELEASE:=10 +PKG_VERSION:=0.0.2 +PKG_RELEASE:=11 include $(TOPDIR)/feeds/luci/luci.mk diff --git a/luci-app-qemu-vms/htdocs/luci-static/resources/view/qemu-vms/status.js b/luci-app-qemu-vms/htdocs/luci-static/resources/view/qemu-vms/status.js index 3bf09c2e..5df1f606 100644 --- a/luci-app-qemu-vms/htdocs/luci-static/resources/view/qemu-vms/status.js +++ b/luci-app-qemu-vms/htdocs/luci-static/resources/view/qemu-vms/status.js @@ -163,7 +163,10 @@ return view.extend({ vm.disk_bytes ? (vm.disk_bytes / 1048576).toFixed(0) + ' MB' : '-') ]) ]), - E('div', { 'class': 'cbi-page-actions' }, [ + E('div', { + 'class': 'cbi-page-actions', + 'style': 'display: flex; flex-wrap: wrap; gap: 0.4em; row-gap: 0.5em;' + }, [ E('button', { 'id': 'vm-btn-start-%s'.format(name), 'class': 'btn cbi-button cbi-button-positive', diff --git a/qemu-vms/Makefile b/qemu-vms/Makefile index 293c88c4..c7785d42 100644 --- a/qemu-vms/Makefile +++ b/qemu-vms/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qemu-vms -PKG_VERSION:=0.0.1 -PKG_RELEASE:=9 +PKG_VERSION:=0.0.2 +PKG_RELEASE:=10 PKG_MAINTAINER:=Konstantine Shevlakov include $(INCLUDE_DIR)/package.mk diff --git a/teleproxy/Makefile b/teleproxy/Makefile index 1ae4a436..d5568529 100644 --- a/teleproxy/Makefile +++ b/teleproxy/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=teleproxy -PKG_VERSION:=4.16.0 -PKG_RELEASE:=23 +PKG_VERSION:=4.16.1 +PKG_RELEASE:=24 PKG_MAINTAINER:=Kosntantine Shevlakov PKG_LICENSE:=GPLv2 @@ -10,7 +10,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/teleproxy/teleproxy.git -PKG_SOURCE_VERSION:=b76d18e776188929404d9272d636f4348f752102 +PKG_SOURCE_VERSION:=01a3e01f5f1aa0bacb20b4f8c7f10449ed12a1da PKG_SOURCE_SUBDIR:=$(PKG_NAME) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz