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 }}