Skip to content

Commit 6f5d1fa

Browse files
committed
Hide some labels
1 parent cbde913 commit 6f5d1fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/frontend/pipeline-console-view/pipeline-console/main/StageNodeLink.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default function StageNodeLink({ agent }: StageNodeLinkProps) {
1414
}
1515

1616
return (
17-
<li>
17+
<li className={"jenkins-mobile-hide"}>
1818
<a
1919
href={href}
2020
className={"jenkins-button jenkins-button--tertiary"}

src/main/frontend/pipeline-console-view/pipeline-console/main/stage-details.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default function StageDetails({ stage }: StageDetailsProps) {
8080
</Tooltip>
8181
</li>
8282
{stage.pauseDurationMillis !== 0 && (
83-
<li>
83+
<li className={"jenkins-mobile-hide"}>
8484
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
8585
<path
8686
d="M145.61 464h220.78c19.8 0 35.55-16.29 33.42-35.06C386.06 308 304 310 304 256s83.11-51 95.8-172.94c2-18.78-13.61-35.06-33.41-35.06H145.61c-19.8 0-35.37 16.28-33.41 35.06C124.89 205 208 201 208 256s-82.06 52-95.8 172.94c-2.14 18.77 13.61 35.06 33.41 35.06z"

0 commit comments

Comments
 (0)