From ff28413b043d871a7d272ea435d4026aac8bf730 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 21 Mar 2023 18:26:39 +0900 Subject: [PATCH] test --- Jenkinsfile | 2 +- pyproject.toml | 2 +- renderer.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c7db1ab..474dab9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { label 'linux-x64' } environment { - APP_VERSION = 'v0.5.6' + APP_VERSION = 'v0.6.0' HS_VERSION = "v0.20.0" // Version of Headscale this is compatible with BUILD_DATE = '' BUILDER_NAME = "multiarch-${env.BUILD_TAG}" diff --git a/pyproject.toml b/pyproject.toml index bc862d4..ceda49f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "headscale-webui" -version = "v0.5.6" +version = "v0.6.0" description = "A simple web UI for small-scale Headscale deployments." authors = ["Albert Copeland "] license = "AGPL" diff --git a/renderer.py b/renderer.py index f9d89c2..12175e4 100644 --- a/renderer.py +++ b/renderer.py @@ -429,7 +429,7 @@ def render_machines_cards(): # Sort the content by machine_id: sorted_machines = {key: val for key, val in sorted(machine_content.items(), key = lambda ele: ele[0])} - content = "