From 2341f49071a516707fb2fb7d4aa3500e2a917f3a Mon Sep 17 00:00:00 2001 From: Denis Barbaron Date: Wed, 5 Jul 2023 15:20:14 +0200 Subject: [PATCH 1/2] fix docker url of STF (#682) Thanks to @dev-jonghoonpark (#679) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a0f093912..41f38175dd 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ brew install rethinkdb graphicsmagick zeromq protobuf yasm pkg-config cmake On Windows you're on your own. In theory you might be able to get STF installed via [Cygwin](https://www.cygwin.com/) or similar, but we've never tried. In principle we will not provide any Windows installation support, but please do send a documentation pull request if you figure out what to do. -We also provide a [Docker](http://docker.com/) container in the [Docker Hub](https://hub.docker.com/) as [devicefarmer/stf](https://registry.hub.docker.com/u/devicefarmer/stf/). You can use our [Dockerfile](Dockerfile) as guidance if you'd prefer to do the installation yourself. +We also provide a [Docker](http://docker.com/) container in the [Docker Hub](https://hub.docker.com/) as [devicefarmer/stf](https://hub.docker.com/r/devicefarmer/stf). You can use our [Dockerfile](Dockerfile) as guidance if you'd prefer to do the installation yourself. An example standalone [docker-compose.yaml](docker-compose.yaml) file is also provided. You should now be ready to [build](#building) or [run](#running) STF. From cea5812baa94ce429cfb7999f3be783790af3b6d Mon Sep 17 00:00:00 2001 From: jeeook <35547740+jeeook@users.noreply.github.com> Date: Thu, 6 Jul 2023 08:12:35 +0900 Subject: [PATCH 2/2] Make possible to select texts in shell result area Signed-off-by: Jiuk Jeong --- res/app/control-panes/dashboard/shell/shell.css | 1 + 1 file changed, 1 insertion(+) diff --git a/res/app/control-panes/dashboard/shell/shell.css b/res/app/control-panes/dashboard/shell/shell.css index fb375450bc..fab9a76f31 100644 --- a/res/app/control-panes/dashboard/shell/shell.css +++ b/res/app/control-panes/dashboard/shell/shell.css @@ -2,6 +2,7 @@ font-size: 12px; color: #fefefe; background: #444; + user-select: text; } .stf-shell .shell-results-empty {