From 14539e8511a84665b7c4b660b73da8a74ba26e84 Mon Sep 17 00:00:00 2001 From: Aidaho Date: Tue, 25 Apr 2023 12:18:41 +0300 Subject: [PATCH] v6.3.10.0 Changelog: https://roxy-wi.org/changelog#6_3_10 --- app/templates/hapservers.html | 4 ++-- config_other/requirements_deb.txt | 1 + config_other/requirements_el7.txt | 1 + config_other/requirements_el8.txt | 1 + config_other/requirements_el9.txt | 1 + inc/css/style-6.3.9.css | 7 +++++++ requirements.txt | 1 + 7 files changed, 14 insertions(+), 2 deletions(-) diff --git a/app/templates/hapservers.html b/app/templates/hapservers.html index 0be2ae8b..a0ceb937 100644 --- a/app/templates/hapservers.html +++ b/app/templates/hapservers.html @@ -253,8 +253,8 @@ {% endif %} {%if not serv%} - - + + {%endif%} diff --git a/config_other/requirements_deb.txt b/config_other/requirements_deb.txt index 22581c35..ebcd26d6 100644 --- a/config_other/requirements_deb.txt +++ b/config_other/requirements_deb.txt @@ -6,3 +6,4 @@ distro>=1.2.0 retry>=0.9.2 psutil>=5.9.1 pika>=1.3.1 +pdpyras>=4.5.2 diff --git a/config_other/requirements_el7.txt b/config_other/requirements_el7.txt index e0ade592..7ac5fff1 100644 --- a/config_other/requirements_el7.txt +++ b/config_other/requirements_el7.txt @@ -6,3 +6,4 @@ slack-sdk>=3.4.0 peewee>=3.14.10 PyMySQL>=1.0.2 retry>=0.9.2 +pdpyras>=4.5.2 diff --git a/config_other/requirements_el8.txt b/config_other/requirements_el8.txt index 5a7efa1e..ee4605a4 100644 --- a/config_other/requirements_el8.txt +++ b/config_other/requirements_el8.txt @@ -7,3 +7,4 @@ peewee>=3.14.10 PyMySQL>=1.0.2 bottle>=0.12.18 retry>=0.9.2 +pdpyras>=4.5.2 diff --git a/config_other/requirements_el9.txt b/config_other/requirements_el9.txt index f3fe7801..c972cebd 100644 --- a/config_other/requirements_el9.txt +++ b/config_other/requirements_el9.txt @@ -7,3 +7,4 @@ peewee>=3.14.10 PyMySQL>=1.0.2 bottle>=0.12.18 retry>=0.9.2 +pdpyras>=4.5.2 diff --git a/inc/css/style-6.3.9.css b/inc/css/style-6.3.9.css index 6b7b2d59..dac0016e 100644 --- a/inc/css/style-6.3.9.css +++ b/inc/css/style-6.3.9.css @@ -1373,3 +1373,10 @@ label { padding-top: 2px; padding-left: 10px; } +.portlet-header { + cursor: move; + display: block; + margin-left: 130px; + margin-top: -24px; + margin-right: -14px; +} diff --git a/requirements.txt b/requirements.txt index 4e6e6dac..a129a363 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,3 +13,4 @@ PyMySQL>=1.0.2 distro>=1.2.0 bottle>=0.12.20 psutil>=5.9.1 +pdpyras>=4.5.2