From b0ef0c98fe73658d076f49d2b6640bd4c594b784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Sun, 26 Jul 2026 08:05:45 +0400 Subject: [PATCH] UI: instance list with names+status, click to select, v1.0.39 --- site/app.py | 2 +- site/templates/index.html | 65 ++++++++++++++++++++++++--------------- 2 files changed, 41 insertions(+), 26 deletions(-) diff --git a/site/app.py b/site/app.py index 2b651cb..bb770d1 100644 --- a/site/app.py +++ b/site/app.py @@ -6,7 +6,7 @@ from routes.main import bp as main_bp from routes.api import bp as api_bp from routes.api_test import bp as api_test_bp -VERSION = "1.0.38" +VERSION = "1.0.39" app = Flask(__name__, template_folder="templates", static_folder="static") app.config["NUBES_API_ENDPOINT"] = os.getenv("NUBES_API_ENDPOINT", "https://lk-api-gateway-dev.ngcloud.ru/api/v1/svc") diff --git a/site/templates/index.html b/site/templates/index.html index bd5942a..219dc9d 100644 --- a/site/templates/index.html +++ b/site/templates/index.html @@ -92,22 +92,20 @@