From 50ec5f4f360ce7cb467f95de31a34200f4942047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 27 Sep 2022 12:22:31 +0200 Subject: [PATCH] Manager: make the worker IP address a click-to-copy field Now you can click on the worker's IP to copy it to the clipboard. --- CHANGELOG.md | 4 ++++ web/app/src/components/workers/WorkerDetails.vue | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7be4d447..b23fed64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ This file contains the history of changes to Flamenco. Only changes that might be interesting for users are listed here, such as new features and fixes for bugs in actually-released versions. +## 3.1 - in development + +- Web interface: make the worker IP address clickable; it will be copied to the clipboard when clicked. + ## 3.0 - released 2022-09-12 - Faster & more accurate progress reporting of file submission. diff --git a/web/app/src/components/workers/WorkerDetails.vue b/web/app/src/components/workers/WorkerDetails.vue index c9f9d240..65e6df42 100644 --- a/web/app/src/components/workers/WorkerDetails.vue +++ b/web/app/src/components/workers/WorkerDetails.vue @@ -20,7 +20,7 @@
{{ workerData.version }}
IP Addr
-
{{ workerData.ip_address }}
+
{{ workerData.ip_address }}
Platform
{{ workerData.platform }}