From 3dcd656a634c960352f66366b31df2d90097c578 Mon Sep 17 00:00:00 2001 From: Elif Munn <emunn@gitlab.com> Date: Fri, 27 Sep 2024 07:40:34 +0000 Subject: [PATCH] Add button svg in the text --- doc/ci/interactive_web_terminal/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ci/interactive_web_terminal/index.md b/doc/ci/interactive_web_terminal/index.md index 13e18c9cfbc84..50e09d761ce67 100644 --- a/doc/ci/interactive_web_terminal/index.md +++ b/doc/ci/interactive_web_terminal/index.md @@ -61,7 +61,7 @@ improving this behavior. Sometimes, when a job is running, things don't go as you would expect, and it would be helpful if one can have a shell to aid debugging. When a job is -running, on the right panel you can see a button `debug` that opens the terminal +running, on the right panel, you can see a `debug` button (**{external-link}**) that opens the terminal for the current job. Only the person who started a job can debug it.  -- GitLab