Skip to content

Commit

Permalink
Merge pull request #90 from ISISComputingGroup/rerpha-patch-1
Browse files Browse the repository at this point in the history
make jenkins text more helpful
  • Loading branch information
iangillingham-stfc authored Jan 16, 2025
2 parents c1b7cb1 + ec58d14 commit 33c1a3a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/components/JenkinsJobsIframe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ export default function JenkinsJobIframe() {
Jenkins Jobs:
</h1>{" "}
<p className="text-md text-left w-full text-black dark:text-white">
Tip: Open the jobs into a{" "}
<span className="font-bold underline">new tab</span> only. If you cannot
see this, you probably aren&apos;t connected to the ISIS network.
Tip: Open the jobs by clicking on the individual job, then clicking the
job name into a <span className="font-bold underline">new tab</span>{" "}
only. If you cannot see this, you probably aren&apos;t connected to the
ISIS network.
</p>
<iframe
className="w-full h-[300px] mt-4 border-2 border-gray-100 dark:border-black rounded-lg shadow-sm hover:shadow-lg hover:border-black dark:hover:border-white transition-all duration-200"
Expand Down

0 comments on commit 33c1a3a

Please sign in to comment.