summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevaev Maxim2019-07-14 04:23:23 +0300
committerDevaev Maxim2019-07-14 04:23:23 +0300
commit2037d74a38b8250c20d52bb211a1529394597cd5 (patch)
treec11bb47214c69a528cc4b0692d9bdcf52739c58b
parent60d69e579df03af671d36fb5dd9d7b7c4d16c80a (diff)
downloadaur-2037d74a38b8250c20d52bb211a1529394597cd5.tar.gz
Update to 0.23-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--index.sed4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53cabf7a9f53..3d0df2ed51c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kvmd-webterm
- pkgdesc = Pi-KVM - Web terminal (ttyd)
- pkgver = 0.22
+ pkgdesc = Pi-KVM - Web terminal
+ pkgver = 0.23
pkgrel = 1
url = https://github.com/pi-kvm/kvmd-webterm
install = kvmd-webterm.install
diff --git a/PKGBUILD b/PKGBUILD
index 7f06682bcb7b..97d4f264a43f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=kvmd-webterm
-pkgver=0.22
+pkgver=0.23
pkgrel=1
-pkgdesc="Pi-KVM - Web terminal (ttyd)"
+pkgdesc="Pi-KVM - Web terminal"
url="https://github.com/pi-kvm/kvmd-webterm"
license=(GPL)
arch=(any)
diff --git a/index.sed b/index.sed
index 7d084f33401c..60108b253cb1 100644
--- a/index.sed
+++ b/index.sed
@@ -1,2 +1,2 @@
-s|<body><div id="terminal-container">|<body bgcolor="#2b2b2b"><a style="display: inline-block; margin-top: 4px; color:#5c90bc; text-decoration: none;" href="/">\&nbsp;\&nbsp;\&larr;\&nbsp;\&nbsp; [ Pi-KVM Index ]</a><div id="terminal-container" style="height: 95%; height: calc(100% - 30px);">|g
-s|<script src="auth_token\.js"></script>||g
+s|<body>|<body bgcolor="#2b2b2b"><a style="display: inline-block; margin-top: 4px; color:#5c90bc; text-decoration: none;" href="/">\&nbsp;\&nbsp;\&larr;\&nbsp;\&nbsp; [ Pi-KVM Index ]</a>|g
+s|<script src="auth_token\.js"></script>|<script>window.onload = function() {document.getElementById("terminal-container").style.cssText = "height: 95%; height: calc(100% - 50px);";};</script>|g