Skip to content

Make task log time unselectable#3548

Open
ShadowJonathan wants to merge 1 commit intosemaphoreui:developfrom
ShadowJonathan:time-unselectable
Open

Make task log time unselectable#3548
ShadowJonathan wants to merge 1 commit intosemaphoreui:developfrom
ShadowJonathan:time-unselectable

Conversation

@ShadowJonathan
Copy link

Fixes #3385

This adds user-select: none to the task log time part, making it unselectable.

Before:

 10:17:58 AM
No /tmp/semaphore/project_1/repository_4_template_10/collections/requirements.yml file found. Skip galaxy install process.
10:17:58 AM
/tmp/semaphore/project_1/repository_4_template_10/requirements.yml has no changes. Skip galaxy install process.
10:17:58 AM
No /tmp/semaphore/project_1/repository_4_template_10/collections/requirements.yml file found. Skip galaxy install process.
10:17:58 AM
/tmp/semaphore/project_1/repository_4_template_10/requirements.yml has no changes. Skip galaxy install process.
10:17:58 AM
No /tmp/semaphore/project_1/repository_4_template_10/roles/requirements.yml file found. Skip galaxy install process.
10:17:58 AM
/tmp/semaphore/project_1/repository_4_template_10/requirements.yml has no changes. Skip galaxy install process.
10:17:58 AM
No /tmp/semaphore/project_1/repository_4_template_10/roles/requirements.yml file found. Skip galaxy install process.
10:17:58 AM
/tmp/semaphore/project_1/repository_4_template_10/requirements.yml has no changes. Skip galaxy install process.

After:

No /tmp/semaphore/project_1/repository_4_template_10/collections/requirements.yml file found. Skip galaxy install process.
/tmp/semaphore/project_1/repository_4_template_10/requirements.yml has no changes. Skip galaxy install process.
No /tmp/semaphore/project_1/repository_4_template_10/collections/requirements.yml file found. Skip galaxy install process.
/tmp/semaphore/project_1/repository_4_template_10/requirements.yml has no changes. Skip galaxy install process.
No /tmp/semaphore/project_1/repository_4_template_10/roles/requirements.yml file found. Skip galaxy install process.
/tmp/semaphore/project_1/repository_4_template_10/requirements.yml has no changes. Skip galaxy install process.
No /tmp/semaphore/project_1/repository_4_template_10/roles/requirements.yml file found. Skip galaxy install process.
/tmp/semaphore/project_1/repository_4_template_10/requirements.yml has no changes. Skip galaxy install process.

width: 120px;
min-width: 120px;
user-select: none;
opacity: 0.6;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This part got suggested; I kept it in, but if this is objectionable, it can Just be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Problem: Copying from Output Log is not correctly formatted

1 participant