From 7b78a797d022c5d764009a55added4dd231d18a7 Mon Sep 17 00:00:00 2001 From: Reinder Kraaij <kraaij@astron.nl> Date: Tue, 9 Jan 2024 16:40:33 +0100 Subject: [PATCH] Process Review : Implemented Requested Deeplink to BluePrint --- .../failure/failure.business.template.js | 4 + .../routes/Report/failure/failure.report.js | 2 +- .../__snapshots__/report.failure.test.js.snap | 2546 ++++++++++++++--- 3 files changed, 2232 insertions(+), 320 deletions(-) diff --git a/SAS/TMSS/frontend/tmss_webapp/src/routes/Report/failure/failure.business.template.js b/SAS/TMSS/frontend/tmss_webapp/src/routes/Report/failure/failure.business.template.js index cda48b4acb7..8a5e2c960cd 100644 --- a/SAS/TMSS/frontend/tmss_webapp/src/routes/Report/failure/failure.business.template.js +++ b/SAS/TMSS/frontend/tmss_webapp/src/routes/Report/failure/failure.business.template.js @@ -27,6 +27,10 @@ const FailureBusinessTemplate = { if (!data?.["project"]) return <span></span> return <a href={"/project/view/" + data["project"]} target="_blank" rel="noreferrer" >{data["project"]}</a> }, + NameTemplate: function (data) { + if (!data?.["name"]) return <span></span> + return <a href={"/schedulingunit/view/blueprint/" + data["id"]} target="_blank" rel="noreferrer" >{data["name"]}</a> + }, diff --git a/SAS/TMSS/frontend/tmss_webapp/src/routes/Report/failure/failure.report.js b/SAS/TMSS/frontend/tmss_webapp/src/routes/Report/failure/failure.report.js index 101fd07fdcb..6ff881c3216 100644 --- a/SAS/TMSS/frontend/tmss_webapp/src/routes/Report/failure/failure.report.js +++ b/SAS/TMSS/frontend/tmss_webapp/src/routes/Report/failure/failure.report.js @@ -323,7 +323,7 @@ export default function FailureReport() { <DataTable value={failureReport?.failed_scheduling_units} className='chartbox' id="failuredatatable" pr_id_13=""> - <Column sortable key="name" field="name" header="name" ></Column> + <Column sortable key="name" field="name" header="name" body={FailureBusinessTemplate.NameTemplate}></Column> <Column sortable key="project" field="project" header="project" body={FailureBusinessTemplate.ProjectTemplate}></Column> <Column sortable key="status" field="status" header="status" ></Column> <Column sortable key="on_sky_start_time" field="on_sky_start_time" header="on sky start time" body={FailureBusinessTemplate.on_sky_start_time_Template} ></Column> diff --git a/SAS/TMSS/frontend/tmss_webapp/src/tests/__snapshots__/report.failure.test.js.snap b/SAS/TMSS/frontend/tmss_webapp/src/tests/__snapshots__/report.failure.test.js.snap index 83f9133d587..462ff10fbf3 100644 --- a/SAS/TMSS/frontend/tmss_webapp/src/tests/__snapshots__/report.failure.test.js.snap +++ b/SAS/TMSS/frontend/tmss_webapp/src/tests/__snapshots__/report.failure.test.js.snap @@ -824,7 +824,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - filler-run22 + <a + href="/schedulingunit/view/blueprint/2792" + rel="noreferrer" + target="_blank" + > + filler-run22 + </a> </td> <td class="" @@ -900,7 +906,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - Trigger - TBB LBA Lightning - 2023-10-13 20:52 + <a + href="/schedulingunit/view/blueprint/4236" + rel="noreferrer" + target="_blank" + > + Trigger - TBB LBA Lightning - 2023-10-13 20:52 + </a> </td> <td class="" @@ -976,7 +988,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P070+04P069+09_191.6 + <a + href="/schedulingunit/view/blueprint/5144" + rel="noreferrer" + target="_blank" + > + P070+04P069+09_191.6 + </a> </td> <td class="" @@ -1052,7 +1070,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run8_3C277.3 Coma A + <a + href="/schedulingunit/view/blueprint/3274" + rel="noreferrer" + target="_blank" + > + run8_3C277.3 Coma A + </a> </td> <td class="" @@ -1128,7 +1152,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P069+16P069+11_213.6 + <a + href="/schedulingunit/view/blueprint/5141" + rel="noreferrer" + target="_blank" + > + P069+16P069+11_213.6 + </a> </td> <td class="" @@ -1204,7 +1234,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P136+19P136+14_79.1 + <a + href="/schedulingunit/view/blueprint/5099" + rel="noreferrer" + target="_blank" + > + P136+19P136+14_79.1 + </a> </td> <td class="" @@ -1280,7 +1316,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P046+84P077+79_229.1 + <a + href="/schedulingunit/view/blueprint/3136" + rel="noreferrer" + target="_blank" + > + P046+84P077+79_229.1 + </a> </td> <td class="" @@ -1356,7 +1398,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P282+05P279+00_187.3 + <a + href="/schedulingunit/view/blueprint/3844" + rel="noreferrer" + target="_blank" + > + P282+05P279+00_187.3 + </a> </td> <td class="" @@ -1432,7 +1480,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P168+10P163+10_60.2 + <a + href="/schedulingunit/view/blueprint/2878" + rel="noreferrer" + target="_blank" + > + P168+10P163+10_60.2 + </a> </td> <td class="" @@ -1508,7 +1562,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.31_Lockman_Bootes_3c380 + <a + href="/schedulingunit/view/blueprint/3276" + rel="noreferrer" + target="_blank" + > + run1.31_Lockman_Bootes_3c380 + </a> </td> <td class="" @@ -1584,7 +1644,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P046+84P077+79_229.1_REP + <a + href="/schedulingunit/view/blueprint/3834" + rel="noreferrer" + target="_blank" + > + P046+84P077+79_229.1_REP + </a> </td> <td class="" @@ -1660,7 +1726,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P127+04P123+07_85.1 + <a + href="/schedulingunit/view/blueprint/5145" + rel="noreferrer" + target="_blank" + > + P127+04P123+07_85.1 + </a> </td> <td class="" @@ -1736,7 +1808,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - M101 SN2023ixf - run7.10 rep + <a + href="/schedulingunit/view/blueprint/3709" + rel="noreferrer" + target="_blank" + > + M101 SN2023ixf - run7.10 rep + </a> </td> <td class="" @@ -1812,7 +1890,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - A: (t) LT16_004 397.3 - P295+25 P290+25 P284+25 3c380 - 1hrs - LBA + <a + href="/schedulingunit/view/blueprint/1608" + rel="noreferrer" + target="_blank" + > + A: (t) LT16_004 397.3 - P295+25 P290+25 P284+25 3c380 - 1hrs - LBA + </a> </td> <td class="" @@ -1888,7 +1972,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run2.1_Mrk 501_P247+45 + <a + href="/schedulingunit/view/blueprint/3057" + rel="noreferrer" + target="_blank" + > + run2.1_Mrk 501_P247+45 + </a> </td> <td class="" @@ -1964,7 +2054,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.20_Lockman_Bootes_3c380 + <a + href="/schedulingunit/view/blueprint/3287" + rel="noreferrer" + target="_blank" + > + run1.20_Lockman_Bootes_3c380 + </a> </td> <td class="" @@ -2040,7 +2136,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P249+83P211+85_205.1 + <a + href="/schedulingunit/view/blueprint/3383" + rel="noreferrer" + target="_blank" + > + P249+83P211+85_205.1 + </a> </td> <td class="" @@ -2116,7 +2218,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.18_Lockman_Bootes_3c380_REP + <a + href="/schedulingunit/view/blueprint/3723" + rel="noreferrer" + target="_blank" + > + run1.18_Lockman_Bootes_3c380_REP + </a> </td> <td class="" @@ -2192,7 +2300,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.18_Lockman_Bootes_3c380_REP + <a + href="/schedulingunit/view/blueprint/3719" + rel="noreferrer" + target="_blank" + > + run1.18_Lockman_Bootes_3c380_REP + </a> </td> <td class="" @@ -2268,7 +2382,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.04_Lockman_Bootes_3c196 + <a + href="/schedulingunit/view/blueprint/3297" + rel="noreferrer" + target="_blank" + > + run1.04_Lockman_Bootes_3c196 + </a> </td> <td class="" @@ -2344,7 +2464,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run2.4_3c123_3c130_3c129rep + <a + href="/schedulingunit/view/blueprint/2937" + rel="noreferrer" + target="_blank" + > + run2.4_3c123_3c130_3c129rep + </a> </td> <td class="" @@ -2420,7 +2546,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P246+05P251+05_185.5 + <a + href="/schedulingunit/view/blueprint/3534" + rel="noreferrer" + target="_blank" + > + P246+05P251+05_185.5 + </a> </td> <td class="" @@ -2496,7 +2628,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P064+62P072+64_239.1 + <a + href="/schedulingunit/view/blueprint/3124" + rel="noreferrer" + target="_blank" + > + P064+62P072+64_239.1 + </a> </td> <td class="" @@ -2572,7 +2710,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P127+04P123+07_85.3 + <a + href="/schedulingunit/view/blueprint/5147" + rel="noreferrer" + target="_blank" + > + P127+04P123+07_85.3 + </a> </td> <td class="" @@ -2648,7 +2792,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.26_Lockman_Bootes_3c380 + <a + href="/schedulingunit/view/blueprint/3281" + rel="noreferrer" + target="_blank" + > + run1.26_Lockman_Bootes_3c380 + </a> </td> <td class="" @@ -2724,7 +2874,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P166+15P163+10_59.4_REP + <a + href="/schedulingunit/view/blueprint/3027" + rel="noreferrer" + target="_blank" + > + P166+15P163+10_59.4_REP + </a> </td> <td class="" @@ -2800,7 +2956,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.29_Lockman_Bootes_3c380 + <a + href="/schedulingunit/view/blueprint/3278" + rel="noreferrer" + target="_blank" + > + run1.29_Lockman_Bootes_3c380 + </a> </td> <td class="" @@ -2876,7 +3038,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P195+77P208+82_2.1 + <a + href="/schedulingunit/view/blueprint/2635" + rel="noreferrer" + target="_blank" + > + P195+77P208+82_2.1 + </a> </td> <td class="" @@ -2952,7 +3120,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P166+15P163+10_59.4 + <a + href="/schedulingunit/view/blueprint/2880" + rel="noreferrer" + target="_blank" + > + P166+15P163+10_59.4 + </a> </td> <td class="" @@ -3028,7 +3202,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P127+04P123+07_85.3 + <a + href="/schedulingunit/view/blueprint/5147" + rel="noreferrer" + target="_blank" + > + P127+04P123+07_85.3 + </a> </td> <td class="" @@ -3104,7 +3284,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P090+77P067+77_199.1 + <a + href="/schedulingunit/view/blueprint/3389" + rel="noreferrer" + target="_blank" + > + P090+77P067+77_199.1 + </a> </td> <td class="" @@ -3180,7 +3366,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P055+16P056+11_99.3 + <a + href="/schedulingunit/view/blueprint/5066" + rel="noreferrer" + target="_blank" + > + P055+16P056+11_99.3 + </a> </td> <td class="" @@ -3256,7 +3448,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - M101 SN2023ixf - run7.10 rep + <a + href="/schedulingunit/view/blueprint/3709" + rel="noreferrer" + target="_blank" + > + M101 SN2023ixf - run7.10 rep + </a> </td> <td class="" @@ -3332,7 +3530,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.17_Lockman_Bootes_3c380 + <a + href="/schedulingunit/view/blueprint/3215" + rel="noreferrer" + target="_blank" + > + run1.17_Lockman_Bootes_3c380 + </a> </td> <td class="" @@ -3408,7 +3612,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P166+15P163+10_59.4 + <a + href="/schedulingunit/view/blueprint/2880" + rel="noreferrer" + target="_blank" + > + P166+15P163+10_59.4 + </a> </td> <td class="" @@ -3484,7 +3694,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P166+15P163+10_59.4_REP + <a + href="/schedulingunit/view/blueprint/3027" + rel="noreferrer" + target="_blank" + > + P166+15P163+10_59.4_REP + </a> </td> <td class="" @@ -3560,7 +3776,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P246+05P251+05_185.5_REP + <a + href="/schedulingunit/view/blueprint/3940" + rel="noreferrer" + target="_blank" + > + P246+05P251+05_185.5_REP + </a> </td> <td class="" @@ -3636,7 +3858,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P282+05P279+00_187.3 + <a + href="/schedulingunit/view/blueprint/3844" + rel="noreferrer" + target="_blank" + > + P282+05P279+00_187.3 + </a> </td> <td class="" @@ -3712,7 +3940,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P261+00P264+05_105.1 + <a + href="/schedulingunit/view/blueprint/4049" + rel="noreferrer" + target="_blank" + > + P261+00P264+05_105.1 + </a> </td> <td class="" @@ -3788,7 +4022,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P127+04P123+07_85.2 + <a + href="/schedulingunit/view/blueprint/5146" + rel="noreferrer" + target="_blank" + > + P127+04P123+07_85.2 + </a> </td> <td class="" @@ -3864,7 +4104,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P127+04P123+07_85.1 + <a + href="/schedulingunit/view/blueprint/5145" + rel="noreferrer" + target="_blank" + > + P127+04P123+07_85.1 + </a> </td> <td class="" @@ -3940,7 +4186,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P127+04P123+07_85.1 + <a + href="/schedulingunit/view/blueprint/5145" + rel="noreferrer" + target="_blank" + > + P127+04P123+07_85.1 + </a> </td> <td class="" @@ -4016,7 +4268,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P064+62P072+64_239.1 + <a + href="/schedulingunit/view/blueprint/3124" + rel="noreferrer" + target="_blank" + > + P064+62P072+64_239.1 + </a> </td> <td class="" @@ -4092,7 +4350,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P062+01P067+04_210.6 + <a + href="/schedulingunit/view/blueprint/5109" + rel="noreferrer" + target="_blank" + > + P062+01P067+04_210.6 + </a> </td> <td class="" @@ -4168,7 +4432,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P249+83P211+85_205.1 + <a + href="/schedulingunit/view/blueprint/3383" + rel="noreferrer" + target="_blank" + > + P249+83P211+85_205.1 + </a> </td> <td class="" @@ -4244,7 +4514,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.3_field-5_field-8_field-m87 + <a + href="/schedulingunit/view/blueprint/2956" + rel="noreferrer" + target="_blank" + > + run1.3_field-5_field-8_field-m87 + </a> </td> <td class="" @@ -4320,7 +4596,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P127+04P123+07_85.2 + <a + href="/schedulingunit/view/blueprint/5146" + rel="noreferrer" + target="_blank" + > + P127+04P123+07_85.2 + </a> </td> <td class="" @@ -4396,7 +4678,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.18_Lockman_Bootes_3c380 + <a + href="/schedulingunit/view/blueprint/3214" + rel="noreferrer" + target="_blank" + > + run1.18_Lockman_Bootes_3c380 + </a> </td> <td class="" @@ -4472,7 +4760,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P249+83P211+85_205.1_REP + <a + href="/schedulingunit/view/blueprint/5169" + rel="noreferrer" + target="_blank" + > + P249+83P211+85_205.1_REP + </a> </td> <td class="" @@ -4548,7 +4842,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run2.4_A697_P138+50_P130+47 + <a + href="/schedulingunit/view/blueprint/3048" + rel="noreferrer" + target="_blank" + > + run2.4_A697_P138+50_P130+47 + </a> </td> <td class="" @@ -4624,7 +4924,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - Transient_run_1.3_LBA + <a + href="/schedulingunit/view/blueprint/5165" + rel="noreferrer" + target="_blank" + > + Transient_run_1.3_LBA + </a> </td> <td class="" @@ -4700,8 +5006,14 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P046+84P077+79_229.1_REP - </td> + <a + href="/schedulingunit/view/blueprint/3834" + rel="noreferrer" + target="_blank" + > + P046+84P077+79_229.1_REP + </a> + </td> <td class="" data-pc-name="column" @@ -4776,7 +5088,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - M101 SN2023ixf - run7.10 + <a + href="/schedulingunit/view/blueprint/3691" + rel="noreferrer" + target="_blank" + > + M101 SN2023ixf - run7.10 + </a> </td> <td class="" @@ -4852,7 +5170,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P055+16P056+11_99.3 + <a + href="/schedulingunit/view/blueprint/5066" + rel="noreferrer" + target="_blank" + > + P055+16P056+11_99.3 + </a> </td> <td class="" @@ -4928,7 +5252,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P127+04P123+07_85.2 + <a + href="/schedulingunit/view/blueprint/5146" + rel="noreferrer" + target="_blank" + > + P127+04P123+07_85.2 + </a> </td> <td class="" @@ -5004,7 +5334,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - M101 SN2023ixf - run7.10 rep + <a + href="/schedulingunit/view/blueprint/3709" + rel="noreferrer" + target="_blank" + > + M101 SN2023ixf - run7.10 rep + </a> </td> <td class="" @@ -5080,7 +5416,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run9.1_P163+45_P170+45_A1763 + <a + href="/schedulingunit/view/blueprint/3039" + rel="noreferrer" + target="_blank" + > + run9.1_P163+45_P170+45_A1763 + </a> </td> <td class="" @@ -5156,7 +5498,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P246+05P251+05_185.5 + <a + href="/schedulingunit/view/blueprint/3534" + rel="noreferrer" + target="_blank" + > + P246+05P251+05_185.5 + </a> </td> <td class="" @@ -5232,7 +5580,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P166+15P163+10_59.4_REP + <a + href="/schedulingunit/view/blueprint/3027" + rel="noreferrer" + target="_blank" + > + P166+15P163+10_59.4_REP + </a> </td> <td class="" @@ -5308,7 +5662,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P195+77P208+82_2.1 + <a + href="/schedulingunit/view/blueprint/2635" + rel="noreferrer" + target="_blank" + > + P195+77P208+82_2.1 + </a> </td> <td class="" @@ -5384,7 +5744,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P064+14P067+19_189.4 + <a + href="/schedulingunit/view/blueprint/5125" + rel="noreferrer" + target="_blank" + > + P064+14P067+19_189.4 + </a> </td> <td class="" @@ -5460,7 +5826,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P249+83P211+85_205.1 + <a + href="/schedulingunit/view/blueprint/3383" + rel="noreferrer" + target="_blank" + > + P249+83P211+85_205.1 + </a> </td> <td class="" @@ -5536,7 +5908,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P090+77P067+77_199.1 + <a + href="/schedulingunit/view/blueprint/3389" + rel="noreferrer" + target="_blank" + > + P090+77P067+77_199.1 + </a> </td> <td class="" @@ -5612,7 +5990,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P046+84P077+79_229.1_REP + <a + href="/schedulingunit/view/blueprint/3834" + rel="noreferrer" + target="_blank" + > + P046+84P077+79_229.1_REP + </a> </td> <td class="" @@ -5688,7 +6072,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P053+11P048+11_97.1 + <a + href="/schedulingunit/view/blueprint/5043" + rel="noreferrer" + target="_blank" + > + P053+11P048+11_97.1 + </a> </td> <td class="" @@ -5764,7 +6154,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - IoS - LC20 - run68 (no CS032) + <a + href="/schedulingunit/view/blueprint/3016" + rel="noreferrer" + target="_blank" + > + IoS - LC20 - run68 (no CS032) + </a> </td> <td class="" @@ -5840,7 +6236,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P209+12P212+07_164.1 + <a + href="/schedulingunit/view/blueprint/3457" + rel="noreferrer" + target="_blank" + > + P209+12P212+07_164.1 + </a> </td> <td class="" @@ -5916,7 +6318,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - A: (t) LT16_004 194.1 - P010+39 P004+38 P357+38 3c380 - 1hrs - LBA - REPEAT + <a + href="/schedulingunit/view/blueprint/1609" + rel="noreferrer" + target="_blank" + > + A: (t) LT16_004 194.1 - P010+39 P004+38 P357+38 3c380 - 1hrs - LBA - REPEAT + </a> </td> <td class="" @@ -5992,7 +6400,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - IoS + <a + href="/schedulingunit/view/blueprint/5003" + rel="noreferrer" + target="_blank" + > + IoS + </a> </td> <td class="" @@ -6068,7 +6482,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P195+77P208+82_2.1 + <a + href="/schedulingunit/view/blueprint/2635" + rel="noreferrer" + target="_blank" + > + P195+77P208+82_2.1 + </a> </td> <td class="" @@ -6144,7 +6564,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.19_Lockman_Bootes_3c380_REP + <a + href="/schedulingunit/view/blueprint/3836" + rel="noreferrer" + target="_blank" + > + run1.19_Lockman_Bootes_3c380_REP + </a> </td> <td class="" @@ -6216,7 +6642,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run2.1_Mrk 501_P247+45 + <a + href="/schedulingunit/view/blueprint/3057" + rel="noreferrer" + target="_blank" + > + run2.1_Mrk 501_P247+45 + </a> </td> <td class="" @@ -6292,7 +6724,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.22_Lockman_Bootes_3c380 + <a + href="/schedulingunit/view/blueprint/3285" + rel="noreferrer" + target="_blank" + > + run1.22_Lockman_Bootes_3c380 + </a> </td> <td class="" @@ -6368,7 +6806,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.28_Lockman_Bootes_3c380 + <a + href="/schedulingunit/view/blueprint/3279" + rel="noreferrer" + target="_blank" + > + run1.28_Lockman_Bootes_3c380 + </a> </td> <td class="" @@ -6444,7 +6888,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.4_M31_P032+29_P026+29 + <a + href="/schedulingunit/view/blueprint/3066" + rel="noreferrer" + target="_blank" + > + run1.4_M31_P032+29_P026+29 + </a> </td> <td class="" @@ -6520,7 +6970,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P249+83P211+85_205.1_REP + <a + href="/schedulingunit/view/blueprint/5169" + rel="noreferrer" + target="_blank" + > + P249+83P211+85_205.1_REP + </a> </td> <td class="" @@ -6596,7 +7052,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P136+19P136+14_79.1 + <a + href="/schedulingunit/view/blueprint/5099" + rel="noreferrer" + target="_blank" + > + P136+19P136+14_79.1 + </a> </td> <td class="" @@ -6672,7 +7134,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P168+10P163+10_60.2 + <a + href="/schedulingunit/view/blueprint/2878" + rel="noreferrer" + target="_blank" + > + P168+10P163+10_60.2 + </a> </td> <td class="" @@ -6748,7 +7216,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run8_3C277.3 Coma A + <a + href="/schedulingunit/view/blueprint/3274" + rel="noreferrer" + target="_blank" + > + run8_3C277.3 Coma A + </a> </td> <td class="" @@ -6824,7 +7298,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run2.2_3c123_3c130_3c129 + <a + href="/schedulingunit/view/blueprint/2490" + rel="noreferrer" + target="_blank" + > + run2.2_3c123_3c130_3c129 + </a> </td> <td class="" @@ -6900,7 +7380,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P064+14P067+19_189.4 + <a + href="/schedulingunit/view/blueprint/5125" + rel="noreferrer" + target="_blank" + > + P064+14P067+19_189.4 + </a> </td> <td class="" @@ -6976,7 +7462,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P090+77P067+77_199.1 + <a + href="/schedulingunit/view/blueprint/3389" + rel="noreferrer" + target="_blank" + > + P090+77P067+77_199.1 + </a> </td> <td class="" @@ -7052,7 +7544,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P053+11P048+11_97.1 + <a + href="/schedulingunit/view/blueprint/5043" + rel="noreferrer" + target="_blank" + > + P053+11P048+11_97.1 + </a> </td> <td class="" @@ -7128,7 +7626,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P062+01P067+04_210.6 + <a + href="/schedulingunit/view/blueprint/5109" + rel="noreferrer" + target="_blank" + > + P062+01P067+04_210.6 + </a> </td> <td class="" @@ -7204,7 +7708,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P046+84P077+79_229.1 + <a + href="/schedulingunit/view/blueprint/3136" + rel="noreferrer" + target="_blank" + > + P046+84P077+79_229.1 + </a> </td> <td class="" @@ -7280,7 +7790,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P136+19P136+14_79.1 + <a + href="/schedulingunit/view/blueprint/5099" + rel="noreferrer" + target="_blank" + > + P136+19P136+14_79.1 + </a> </td> <td class="" @@ -7356,7 +7872,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.19_Lockman_Bootes_3c380 + <a + href="/schedulingunit/view/blueprint/3213" + rel="noreferrer" + target="_blank" + > + run1.19_Lockman_Bootes_3c380 + </a> </td> <td class="" @@ -7432,7 +7954,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - A: (t) LT14_002 155.3 - P324+58 P315+58 P305+58 3c380 - 1hrs - LBA - REPEAT + <a + href="/schedulingunit/view/blueprint/1610" + rel="noreferrer" + target="_blank" + > + A: (t) LT14_002 155.3 - P324+58 P315+58 P305+58 3c380 - 1hrs - LBA - REPEAT + </a> </td> <td class="" @@ -7508,7 +8036,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P166+15P163+10_59.4 + <a + href="/schedulingunit/view/blueprint/2880" + rel="noreferrer" + target="_blank" + > + P166+15P163+10_59.4 + </a> </td> <td class="" @@ -7584,7 +8118,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P209+12P212+07_164.1 + <a + href="/schedulingunit/view/blueprint/3457" + rel="noreferrer" + target="_blank" + > + P209+12P212+07_164.1 + </a> </td> <td class="" @@ -7660,7 +8200,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P249+83P211+85_205.1_REP + <a + href="/schedulingunit/view/blueprint/5169" + rel="noreferrer" + target="_blank" + > + P249+83P211+85_205.1_REP + </a> </td> <td class="" @@ -7736,7 +8282,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - filler-run22 + <a + href="/schedulingunit/view/blueprint/2792" + rel="noreferrer" + target="_blank" + > + filler-run22 + </a> </td> <td class="" @@ -7812,7 +8364,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P069+16P069+11_213.6 + <a + href="/schedulingunit/view/blueprint/5141" + rel="noreferrer" + target="_blank" + > + P069+16P069+11_213.6 + </a> </td> <td class="" @@ -7888,7 +8446,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P127+04P123+07_85.3 + <a + href="/schedulingunit/view/blueprint/5147" + rel="noreferrer" + target="_blank" + > + P127+04P123+07_85.3 + </a> </td> <td class="" @@ -7964,7 +8528,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P168+10P163+10_60.2 + <a + href="/schedulingunit/view/blueprint/2878" + rel="noreferrer" + target="_blank" + > + P168+10P163+10_60.2 + </a> </td> <td class="" @@ -8040,7 +8610,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P261+00P264+05_105.1 + <a + href="/schedulingunit/view/blueprint/4049" + rel="noreferrer" + target="_blank" + > + P261+00P264+05_105.1 + </a> </td> <td class="" @@ -8116,7 +8692,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.04_Lockman_Bootes_3c196_REP + <a + href="/schedulingunit/view/blueprint/3431" + rel="noreferrer" + target="_blank" + > + run1.04_Lockman_Bootes_3c196_REP + </a> </td> <td class="" @@ -8192,7 +8774,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.16_Lockman_Bootes_3c196 + <a + href="/schedulingunit/view/blueprint/3288" + rel="noreferrer" + target="_blank" + > + run1.16_Lockman_Bootes_3c196 + </a> </td> <td class="" @@ -8268,7 +8856,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run2.1_3c123_3c130_3c129 + <a + href="/schedulingunit/view/blueprint/2489" + rel="noreferrer" + target="_blank" + > + run2.1_3c123_3c130_3c129 + </a> </td> <td class="" @@ -8344,7 +8938,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run2.1_Mrk 501_P247+45 + <a + href="/schedulingunit/view/blueprint/3057" + rel="noreferrer" + target="_blank" + > + run2.1_Mrk 501_P247+45 + </a> </td> <td class="" @@ -8420,7 +9020,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P246+05P251+05_185.5_REP + <a + href="/schedulingunit/view/blueprint/3940" + rel="noreferrer" + target="_blank" + > + P246+05P251+05_185.5_REP + </a> </td> <td class="" @@ -8496,7 +9102,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P070+04P069+09_191.6 + <a + href="/schedulingunit/view/blueprint/5144" + rel="noreferrer" + target="_blank" + > + P070+04P069+09_191.6 + </a> </td> <td class="" @@ -8572,7 +9184,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run9.4_P181+45_P189+45_A1763 + <a + href="/schedulingunit/view/blueprint/3036" + rel="noreferrer" + target="_blank" + > + run9.4_P181+45_P189+45_A1763 + </a> </td> <td class="" @@ -8648,7 +9266,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P064+62P072+64_239.1 + <a + href="/schedulingunit/view/blueprint/3124" + rel="noreferrer" + target="_blank" + > + P064+62P072+64_239.1 + </a> </td> <td class="" @@ -8724,7 +9348,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run8_3C277.3 Coma A + <a + href="/schedulingunit/view/blueprint/3274" + rel="noreferrer" + target="_blank" + > + run8_3C277.3 Coma A + </a> </td> <td class="" @@ -8800,7 +9430,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P046+84P077+79_229.1 + <a + href="/schedulingunit/view/blueprint/3136" + rel="noreferrer" + target="_blank" + > + P046+84P077+79_229.1 + </a> </td> <td class="" @@ -9658,7 +10294,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - filler-run22 + <a + href="/schedulingunit/view/blueprint/2792" + rel="noreferrer" + target="_blank" + > + filler-run22 + </a> </td> <td class="" @@ -9734,7 +10376,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - Trigger - TBB LBA Lightning - 2023-10-13 20:52 + <a + href="/schedulingunit/view/blueprint/4236" + rel="noreferrer" + target="_blank" + > + Trigger - TBB LBA Lightning - 2023-10-13 20:52 + </a> </td> <td class="" @@ -9810,7 +10458,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P070+04P069+09_191.6 + <a + href="/schedulingunit/view/blueprint/5144" + rel="noreferrer" + target="_blank" + > + P070+04P069+09_191.6 + </a> </td> <td class="" @@ -9886,7 +10540,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run8_3C277.3 Coma A + <a + href="/schedulingunit/view/blueprint/3274" + rel="noreferrer" + target="_blank" + > + run8_3C277.3 Coma A + </a> </td> <td class="" @@ -9962,7 +10622,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P069+16P069+11_213.6 + <a + href="/schedulingunit/view/blueprint/5141" + rel="noreferrer" + target="_blank" + > + P069+16P069+11_213.6 + </a> </td> <td class="" @@ -10038,7 +10704,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P136+19P136+14_79.1 + <a + href="/schedulingunit/view/blueprint/5099" + rel="noreferrer" + target="_blank" + > + P136+19P136+14_79.1 + </a> </td> <td class="" @@ -10114,7 +10786,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P046+84P077+79_229.1 + <a + href="/schedulingunit/view/blueprint/3136" + rel="noreferrer" + target="_blank" + > + P046+84P077+79_229.1 + </a> </td> <td class="" @@ -10190,7 +10868,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P282+05P279+00_187.3 + <a + href="/schedulingunit/view/blueprint/3844" + rel="noreferrer" + target="_blank" + > + P282+05P279+00_187.3 + </a> </td> <td class="" @@ -10266,7 +10950,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P168+10P163+10_60.2 + <a + href="/schedulingunit/view/blueprint/2878" + rel="noreferrer" + target="_blank" + > + P168+10P163+10_60.2 + </a> </td> <td class="" @@ -10342,7 +11032,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.31_Lockman_Bootes_3c380 + <a + href="/schedulingunit/view/blueprint/3276" + rel="noreferrer" + target="_blank" + > + run1.31_Lockman_Bootes_3c380 + </a> </td> <td class="" @@ -10418,7 +11114,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P046+84P077+79_229.1_REP + <a + href="/schedulingunit/view/blueprint/3834" + rel="noreferrer" + target="_blank" + > + P046+84P077+79_229.1_REP + </a> </td> <td class="" @@ -10494,7 +11196,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P127+04P123+07_85.1 + <a + href="/schedulingunit/view/blueprint/5145" + rel="noreferrer" + target="_blank" + > + P127+04P123+07_85.1 + </a> </td> <td class="" @@ -10570,7 +11278,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - M101 SN2023ixf - run7.10 rep + <a + href="/schedulingunit/view/blueprint/3709" + rel="noreferrer" + target="_blank" + > + M101 SN2023ixf - run7.10 rep + </a> </td> <td class="" @@ -10646,7 +11360,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - A: (t) LT16_004 397.3 - P295+25 P290+25 P284+25 3c380 - 1hrs - LBA + <a + href="/schedulingunit/view/blueprint/1608" + rel="noreferrer" + target="_blank" + > + A: (t) LT16_004 397.3 - P295+25 P290+25 P284+25 3c380 - 1hrs - LBA + </a> </td> <td class="" @@ -10722,7 +11442,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run2.1_Mrk 501_P247+45 + <a + href="/schedulingunit/view/blueprint/3057" + rel="noreferrer" + target="_blank" + > + run2.1_Mrk 501_P247+45 + </a> </td> <td class="" @@ -10798,7 +11524,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.20_Lockman_Bootes_3c380 + <a + href="/schedulingunit/view/blueprint/3287" + rel="noreferrer" + target="_blank" + > + run1.20_Lockman_Bootes_3c380 + </a> </td> <td class="" @@ -10874,7 +11606,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P249+83P211+85_205.1 + <a + href="/schedulingunit/view/blueprint/3383" + rel="noreferrer" + target="_blank" + > + P249+83P211+85_205.1 + </a> </td> <td class="" @@ -10950,7 +11688,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.18_Lockman_Bootes_3c380_REP + <a + href="/schedulingunit/view/blueprint/3723" + rel="noreferrer" + target="_blank" + > + run1.18_Lockman_Bootes_3c380_REP + </a> </td> <td class="" @@ -11026,7 +11770,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.18_Lockman_Bootes_3c380_REP + <a + href="/schedulingunit/view/blueprint/3719" + rel="noreferrer" + target="_blank" + > + run1.18_Lockman_Bootes_3c380_REP + </a> </td> <td class="" @@ -11102,7 +11852,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.04_Lockman_Bootes_3c196 + <a + href="/schedulingunit/view/blueprint/3297" + rel="noreferrer" + target="_blank" + > + run1.04_Lockman_Bootes_3c196 + </a> </td> <td class="" @@ -11178,7 +11934,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run2.4_3c123_3c130_3c129rep + <a + href="/schedulingunit/view/blueprint/2937" + rel="noreferrer" + target="_blank" + > + run2.4_3c123_3c130_3c129rep + </a> </td> <td class="" @@ -11254,7 +12016,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P246+05P251+05_185.5 + <a + href="/schedulingunit/view/blueprint/3534" + rel="noreferrer" + target="_blank" + > + P246+05P251+05_185.5 + </a> </td> <td class="" @@ -11330,7 +12098,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P064+62P072+64_239.1 + <a + href="/schedulingunit/view/blueprint/3124" + rel="noreferrer" + target="_blank" + > + P064+62P072+64_239.1 + </a> </td> <td class="" @@ -11406,7 +12180,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P127+04P123+07_85.3 + <a + href="/schedulingunit/view/blueprint/5147" + rel="noreferrer" + target="_blank" + > + P127+04P123+07_85.3 + </a> </td> <td class="" @@ -11482,7 +12262,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.26_Lockman_Bootes_3c380 + <a + href="/schedulingunit/view/blueprint/3281" + rel="noreferrer" + target="_blank" + > + run1.26_Lockman_Bootes_3c380 + </a> </td> <td class="" @@ -11558,7 +12344,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P166+15P163+10_59.4_REP + <a + href="/schedulingunit/view/blueprint/3027" + rel="noreferrer" + target="_blank" + > + P166+15P163+10_59.4_REP + </a> </td> <td class="" @@ -11634,7 +12426,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.29_Lockman_Bootes_3c380 + <a + href="/schedulingunit/view/blueprint/3278" + rel="noreferrer" + target="_blank" + > + run1.29_Lockman_Bootes_3c380 + </a> </td> <td class="" @@ -11710,7 +12508,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P195+77P208+82_2.1 + <a + href="/schedulingunit/view/blueprint/2635" + rel="noreferrer" + target="_blank" + > + P195+77P208+82_2.1 + </a> </td> <td class="" @@ -11786,7 +12590,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P166+15P163+10_59.4 + <a + href="/schedulingunit/view/blueprint/2880" + rel="noreferrer" + target="_blank" + > + P166+15P163+10_59.4 + </a> </td> <td class="" @@ -11862,7 +12672,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P127+04P123+07_85.3 + <a + href="/schedulingunit/view/blueprint/5147" + rel="noreferrer" + target="_blank" + > + P127+04P123+07_85.3 + </a> </td> <td class="" @@ -11938,7 +12754,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P090+77P067+77_199.1 + <a + href="/schedulingunit/view/blueprint/3389" + rel="noreferrer" + target="_blank" + > + P090+77P067+77_199.1 + </a> </td> <td class="" @@ -12014,7 +12836,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P055+16P056+11_99.3 + <a + href="/schedulingunit/view/blueprint/5066" + rel="noreferrer" + target="_blank" + > + P055+16P056+11_99.3 + </a> </td> <td class="" @@ -12090,7 +12918,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - M101 SN2023ixf - run7.10 rep + <a + href="/schedulingunit/view/blueprint/3709" + rel="noreferrer" + target="_blank" + > + M101 SN2023ixf - run7.10 rep + </a> </td> <td class="" @@ -12166,7 +13000,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.17_Lockman_Bootes_3c380 + <a + href="/schedulingunit/view/blueprint/3215" + rel="noreferrer" + target="_blank" + > + run1.17_Lockman_Bootes_3c380 + </a> </td> <td class="" @@ -12242,7 +13082,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P166+15P163+10_59.4 + <a + href="/schedulingunit/view/blueprint/2880" + rel="noreferrer" + target="_blank" + > + P166+15P163+10_59.4 + </a> </td> <td class="" @@ -12318,7 +13164,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P166+15P163+10_59.4_REP + <a + href="/schedulingunit/view/blueprint/3027" + rel="noreferrer" + target="_blank" + > + P166+15P163+10_59.4_REP + </a> </td> <td class="" @@ -12394,7 +13246,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P246+05P251+05_185.5_REP + <a + href="/schedulingunit/view/blueprint/3940" + rel="noreferrer" + target="_blank" + > + P246+05P251+05_185.5_REP + </a> </td> <td class="" @@ -12470,7 +13328,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P282+05P279+00_187.3 + <a + href="/schedulingunit/view/blueprint/3844" + rel="noreferrer" + target="_blank" + > + P282+05P279+00_187.3 + </a> </td> <td class="" @@ -12546,7 +13410,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P261+00P264+05_105.1 + <a + href="/schedulingunit/view/blueprint/4049" + rel="noreferrer" + target="_blank" + > + P261+00P264+05_105.1 + </a> </td> <td class="" @@ -12622,7 +13492,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P127+04P123+07_85.2 + <a + href="/schedulingunit/view/blueprint/5146" + rel="noreferrer" + target="_blank" + > + P127+04P123+07_85.2 + </a> </td> <td class="" @@ -12698,7 +13574,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P127+04P123+07_85.1 + <a + href="/schedulingunit/view/blueprint/5145" + rel="noreferrer" + target="_blank" + > + P127+04P123+07_85.1 + </a> </td> <td class="" @@ -12774,7 +13656,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P127+04P123+07_85.1 + <a + href="/schedulingunit/view/blueprint/5145" + rel="noreferrer" + target="_blank" + > + P127+04P123+07_85.1 + </a> </td> <td class="" @@ -12850,7 +13738,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P064+62P072+64_239.1 + <a + href="/schedulingunit/view/blueprint/3124" + rel="noreferrer" + target="_blank" + > + P064+62P072+64_239.1 + </a> </td> <td class="" @@ -12926,7 +13820,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P062+01P067+04_210.6 + <a + href="/schedulingunit/view/blueprint/5109" + rel="noreferrer" + target="_blank" + > + P062+01P067+04_210.6 + </a> </td> <td class="" @@ -13002,7 +13902,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P249+83P211+85_205.1 + <a + href="/schedulingunit/view/blueprint/3383" + rel="noreferrer" + target="_blank" + > + P249+83P211+85_205.1 + </a> </td> <td class="" @@ -13078,7 +13984,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.3_field-5_field-8_field-m87 + <a + href="/schedulingunit/view/blueprint/2956" + rel="noreferrer" + target="_blank" + > + run1.3_field-5_field-8_field-m87 + </a> </td> <td class="" @@ -13154,7 +14066,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P127+04P123+07_85.2 + <a + href="/schedulingunit/view/blueprint/5146" + rel="noreferrer" + target="_blank" + > + P127+04P123+07_85.2 + </a> </td> <td class="" @@ -13230,7 +14148,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.18_Lockman_Bootes_3c380 + <a + href="/schedulingunit/view/blueprint/3214" + rel="noreferrer" + target="_blank" + > + run1.18_Lockman_Bootes_3c380 + </a> </td> <td class="" @@ -13306,7 +14230,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P249+83P211+85_205.1_REP + <a + href="/schedulingunit/view/blueprint/5169" + rel="noreferrer" + target="_blank" + > + P249+83P211+85_205.1_REP + </a> </td> <td class="" @@ -13382,7 +14312,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run2.4_A697_P138+50_P130+47 + <a + href="/schedulingunit/view/blueprint/3048" + rel="noreferrer" + target="_blank" + > + run2.4_A697_P138+50_P130+47 + </a> </td> <td class="" @@ -13458,7 +14394,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - Transient_run_1.3_LBA + <a + href="/schedulingunit/view/blueprint/5165" + rel="noreferrer" + target="_blank" + > + Transient_run_1.3_LBA + </a> </td> <td class="" @@ -13534,7 +14476,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P046+84P077+79_229.1_REP + <a + href="/schedulingunit/view/blueprint/3834" + rel="noreferrer" + target="_blank" + > + P046+84P077+79_229.1_REP + </a> </td> <td class="" @@ -13610,7 +14558,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - M101 SN2023ixf - run7.10 + <a + href="/schedulingunit/view/blueprint/3691" + rel="noreferrer" + target="_blank" + > + M101 SN2023ixf - run7.10 + </a> </td> <td class="" @@ -13686,7 +14640,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P055+16P056+11_99.3 + <a + href="/schedulingunit/view/blueprint/5066" + rel="noreferrer" + target="_blank" + > + P055+16P056+11_99.3 + </a> </td> <td class="" @@ -13762,7 +14722,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P127+04P123+07_85.2 + <a + href="/schedulingunit/view/blueprint/5146" + rel="noreferrer" + target="_blank" + > + P127+04P123+07_85.2 + </a> </td> <td class="" @@ -13838,7 +14804,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - M101 SN2023ixf - run7.10 rep + <a + href="/schedulingunit/view/blueprint/3709" + rel="noreferrer" + target="_blank" + > + M101 SN2023ixf - run7.10 rep + </a> </td> <td class="" @@ -13914,7 +14886,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run9.1_P163+45_P170+45_A1763 + <a + href="/schedulingunit/view/blueprint/3039" + rel="noreferrer" + target="_blank" + > + run9.1_P163+45_P170+45_A1763 + </a> </td> <td class="" @@ -13990,7 +14968,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P246+05P251+05_185.5 + <a + href="/schedulingunit/view/blueprint/3534" + rel="noreferrer" + target="_blank" + > + P246+05P251+05_185.5 + </a> </td> <td class="" @@ -14066,7 +15050,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P166+15P163+10_59.4_REP + <a + href="/schedulingunit/view/blueprint/3027" + rel="noreferrer" + target="_blank" + > + P166+15P163+10_59.4_REP + </a> </td> <td class="" @@ -14142,7 +15132,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P195+77P208+82_2.1 + <a + href="/schedulingunit/view/blueprint/2635" + rel="noreferrer" + target="_blank" + > + P195+77P208+82_2.1 + </a> </td> <td class="" @@ -14218,7 +15214,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P064+14P067+19_189.4 + <a + href="/schedulingunit/view/blueprint/5125" + rel="noreferrer" + target="_blank" + > + P064+14P067+19_189.4 + </a> </td> <td class="" @@ -14294,7 +15296,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P249+83P211+85_205.1 + <a + href="/schedulingunit/view/blueprint/3383" + rel="noreferrer" + target="_blank" + > + P249+83P211+85_205.1 + </a> </td> <td class="" @@ -14370,7 +15378,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P090+77P067+77_199.1 + <a + href="/schedulingunit/view/blueprint/3389" + rel="noreferrer" + target="_blank" + > + P090+77P067+77_199.1 + </a> </td> <td class="" @@ -14446,7 +15460,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P046+84P077+79_229.1_REP + <a + href="/schedulingunit/view/blueprint/3834" + rel="noreferrer" + target="_blank" + > + P046+84P077+79_229.1_REP + </a> </td> <td class="" @@ -14522,7 +15542,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P053+11P048+11_97.1 + <a + href="/schedulingunit/view/blueprint/5043" + rel="noreferrer" + target="_blank" + > + P053+11P048+11_97.1 + </a> </td> <td class="" @@ -14598,7 +15624,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - IoS - LC20 - run68 (no CS032) + <a + href="/schedulingunit/view/blueprint/3016" + rel="noreferrer" + target="_blank" + > + IoS - LC20 - run68 (no CS032) + </a> </td> <td class="" @@ -14674,7 +15706,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P209+12P212+07_164.1 + <a + href="/schedulingunit/view/blueprint/3457" + rel="noreferrer" + target="_blank" + > + P209+12P212+07_164.1 + </a> </td> <td class="" @@ -14750,7 +15788,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - A: (t) LT16_004 194.1 - P010+39 P004+38 P357+38 3c380 - 1hrs - LBA - REPEAT + <a + href="/schedulingunit/view/blueprint/1609" + rel="noreferrer" + target="_blank" + > + A: (t) LT16_004 194.1 - P010+39 P004+38 P357+38 3c380 - 1hrs - LBA - REPEAT + </a> </td> <td class="" @@ -14826,7 +15870,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - IoS + <a + href="/schedulingunit/view/blueprint/5003" + rel="noreferrer" + target="_blank" + > + IoS + </a> </td> <td class="" @@ -14902,7 +15952,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P195+77P208+82_2.1 + <a + href="/schedulingunit/view/blueprint/2635" + rel="noreferrer" + target="_blank" + > + P195+77P208+82_2.1 + </a> </td> <td class="" @@ -14978,7 +16034,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.19_Lockman_Bootes_3c380_REP + <a + href="/schedulingunit/view/blueprint/3836" + rel="noreferrer" + target="_blank" + > + run1.19_Lockman_Bootes_3c380_REP + </a> </td> <td class="" @@ -15050,7 +16112,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run2.1_Mrk 501_P247+45 + <a + href="/schedulingunit/view/blueprint/3057" + rel="noreferrer" + target="_blank" + > + run2.1_Mrk 501_P247+45 + </a> </td> <td class="" @@ -15126,7 +16194,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.22_Lockman_Bootes_3c380 + <a + href="/schedulingunit/view/blueprint/3285" + rel="noreferrer" + target="_blank" + > + run1.22_Lockman_Bootes_3c380 + </a> </td> <td class="" @@ -15202,7 +16276,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.28_Lockman_Bootes_3c380 + <a + href="/schedulingunit/view/blueprint/3279" + rel="noreferrer" + target="_blank" + > + run1.28_Lockman_Bootes_3c380 + </a> </td> <td class="" @@ -15278,7 +16358,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.4_M31_P032+29_P026+29 + <a + href="/schedulingunit/view/blueprint/3066" + rel="noreferrer" + target="_blank" + > + run1.4_M31_P032+29_P026+29 + </a> </td> <td class="" @@ -15354,7 +16440,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P249+83P211+85_205.1_REP + <a + href="/schedulingunit/view/blueprint/5169" + rel="noreferrer" + target="_blank" + > + P249+83P211+85_205.1_REP + </a> </td> <td class="" @@ -15430,7 +16522,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P136+19P136+14_79.1 + <a + href="/schedulingunit/view/blueprint/5099" + rel="noreferrer" + target="_blank" + > + P136+19P136+14_79.1 + </a> </td> <td class="" @@ -15506,7 +16604,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P168+10P163+10_60.2 + <a + href="/schedulingunit/view/blueprint/2878" + rel="noreferrer" + target="_blank" + > + P168+10P163+10_60.2 + </a> </td> <td class="" @@ -15582,7 +16686,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run8_3C277.3 Coma A + <a + href="/schedulingunit/view/blueprint/3274" + rel="noreferrer" + target="_blank" + > + run8_3C277.3 Coma A + </a> </td> <td class="" @@ -15658,7 +16768,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run2.2_3c123_3c130_3c129 + <a + href="/schedulingunit/view/blueprint/2490" + rel="noreferrer" + target="_blank" + > + run2.2_3c123_3c130_3c129 + </a> </td> <td class="" @@ -15734,7 +16850,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P064+14P067+19_189.4 + <a + href="/schedulingunit/view/blueprint/5125" + rel="noreferrer" + target="_blank" + > + P064+14P067+19_189.4 + </a> </td> <td class="" @@ -15810,7 +16932,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P090+77P067+77_199.1 + <a + href="/schedulingunit/view/blueprint/3389" + rel="noreferrer" + target="_blank" + > + P090+77P067+77_199.1 + </a> </td> <td class="" @@ -15886,7 +17014,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P053+11P048+11_97.1 + <a + href="/schedulingunit/view/blueprint/5043" + rel="noreferrer" + target="_blank" + > + P053+11P048+11_97.1 + </a> </td> <td class="" @@ -15962,7 +17096,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P062+01P067+04_210.6 + <a + href="/schedulingunit/view/blueprint/5109" + rel="noreferrer" + target="_blank" + > + P062+01P067+04_210.6 + </a> </td> <td class="" @@ -16038,7 +17178,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P046+84P077+79_229.1 + <a + href="/schedulingunit/view/blueprint/3136" + rel="noreferrer" + target="_blank" + > + P046+84P077+79_229.1 + </a> </td> <td class="" @@ -16114,7 +17260,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P136+19P136+14_79.1 + <a + href="/schedulingunit/view/blueprint/5099" + rel="noreferrer" + target="_blank" + > + P136+19P136+14_79.1 + </a> </td> <td class="" @@ -16190,7 +17342,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.19_Lockman_Bootes_3c380 + <a + href="/schedulingunit/view/blueprint/3213" + rel="noreferrer" + target="_blank" + > + run1.19_Lockman_Bootes_3c380 + </a> </td> <td class="" @@ -16266,7 +17424,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - A: (t) LT14_002 155.3 - P324+58 P315+58 P305+58 3c380 - 1hrs - LBA - REPEAT + <a + href="/schedulingunit/view/blueprint/1610" + rel="noreferrer" + target="_blank" + > + A: (t) LT14_002 155.3 - P324+58 P315+58 P305+58 3c380 - 1hrs - LBA - REPEAT + </a> </td> <td class="" @@ -16342,7 +17506,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P166+15P163+10_59.4 + <a + href="/schedulingunit/view/blueprint/2880" + rel="noreferrer" + target="_blank" + > + P166+15P163+10_59.4 + </a> </td> <td class="" @@ -16418,7 +17588,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P209+12P212+07_164.1 + <a + href="/schedulingunit/view/blueprint/3457" + rel="noreferrer" + target="_blank" + > + P209+12P212+07_164.1 + </a> </td> <td class="" @@ -16494,7 +17670,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P249+83P211+85_205.1_REP + <a + href="/schedulingunit/view/blueprint/5169" + rel="noreferrer" + target="_blank" + > + P249+83P211+85_205.1_REP + </a> </td> <td class="" @@ -16570,7 +17752,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - filler-run22 + <a + href="/schedulingunit/view/blueprint/2792" + rel="noreferrer" + target="_blank" + > + filler-run22 + </a> </td> <td class="" @@ -16646,7 +17834,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P069+16P069+11_213.6 + <a + href="/schedulingunit/view/blueprint/5141" + rel="noreferrer" + target="_blank" + > + P069+16P069+11_213.6 + </a> </td> <td class="" @@ -16722,7 +17916,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P127+04P123+07_85.3 + <a + href="/schedulingunit/view/blueprint/5147" + rel="noreferrer" + target="_blank" + > + P127+04P123+07_85.3 + </a> </td> <td class="" @@ -16798,7 +17998,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P168+10P163+10_60.2 + <a + href="/schedulingunit/view/blueprint/2878" + rel="noreferrer" + target="_blank" + > + P168+10P163+10_60.2 + </a> </td> <td class="" @@ -16874,7 +18080,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P261+00P264+05_105.1 + <a + href="/schedulingunit/view/blueprint/4049" + rel="noreferrer" + target="_blank" + > + P261+00P264+05_105.1 + </a> </td> <td class="" @@ -16950,7 +18162,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.04_Lockman_Bootes_3c196_REP + <a + href="/schedulingunit/view/blueprint/3431" + rel="noreferrer" + target="_blank" + > + run1.04_Lockman_Bootes_3c196_REP + </a> </td> <td class="" @@ -17026,7 +18244,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run1.16_Lockman_Bootes_3c196 + <a + href="/schedulingunit/view/blueprint/3288" + rel="noreferrer" + target="_blank" + > + run1.16_Lockman_Bootes_3c196 + </a> </td> <td class="" @@ -17102,7 +18326,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run2.1_3c123_3c130_3c129 + <a + href="/schedulingunit/view/blueprint/2489" + rel="noreferrer" + target="_blank" + > + run2.1_3c123_3c130_3c129 + </a> </td> <td class="" @@ -17178,7 +18408,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run2.1_Mrk 501_P247+45 + <a + href="/schedulingunit/view/blueprint/3057" + rel="noreferrer" + target="_blank" + > + run2.1_Mrk 501_P247+45 + </a> </td> <td class="" @@ -17254,7 +18490,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P246+05P251+05_185.5_REP + <a + href="/schedulingunit/view/blueprint/3940" + rel="noreferrer" + target="_blank" + > + P246+05P251+05_185.5_REP + </a> </td> <td class="" @@ -17330,7 +18572,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P070+04P069+09_191.6 + <a + href="/schedulingunit/view/blueprint/5144" + rel="noreferrer" + target="_blank" + > + P070+04P069+09_191.6 + </a> </td> <td class="" @@ -17406,7 +18654,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run9.4_P181+45_P189+45_A1763 + <a + href="/schedulingunit/view/blueprint/3036" + rel="noreferrer" + target="_blank" + > + run9.4_P181+45_P189+45_A1763 + </a> </td> <td class="" @@ -17482,7 +18736,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P064+62P072+64_239.1 + <a + href="/schedulingunit/view/blueprint/3124" + rel="noreferrer" + target="_blank" + > + P064+62P072+64_239.1 + </a> </td> <td class="" @@ -17558,7 +18818,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - run8_3C277.3 Coma A + <a + href="/schedulingunit/view/blueprint/3274" + rel="noreferrer" + target="_blank" + > + run8_3C277.3 Coma A + </a> </td> <td class="" @@ -17634,7 +18900,13 @@ exports[`Failure Report Generates exports Failure Report renders correctly when data-pc-section="root" role="cell" > - P046+84P077+79_229.1 + <a + href="/schedulingunit/view/blueprint/3136" + rel="noreferrer" + target="_blank" + > + P046+84P077+79_229.1 + </a> </td> <td class="" @@ -18613,7 +19885,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - filler-run22 + <a + href="/schedulingunit/view/blueprint/2792" + rel="noreferrer" + target="_blank" + > + filler-run22 + </a> </td> <td class="" @@ -18689,7 +19967,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - Trigger - TBB LBA Lightning - 2023-10-13 20:52 + <a + href="/schedulingunit/view/blueprint/4236" + rel="noreferrer" + target="_blank" + > + Trigger - TBB LBA Lightning - 2023-10-13 20:52 + </a> </td> <td class="" @@ -18765,7 +20049,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P070+04P069+09_191.6 + <a + href="/schedulingunit/view/blueprint/5144" + rel="noreferrer" + target="_blank" + > + P070+04P069+09_191.6 + </a> </td> <td class="" @@ -18841,7 +20131,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - run8_3C277.3 Coma A + <a + href="/schedulingunit/view/blueprint/3274" + rel="noreferrer" + target="_blank" + > + run8_3C277.3 Coma A + </a> </td> <td class="" @@ -18917,7 +20213,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P069+16P069+11_213.6 + <a + href="/schedulingunit/view/blueprint/5141" + rel="noreferrer" + target="_blank" + > + P069+16P069+11_213.6 + </a> </td> <td class="" @@ -18993,7 +20295,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P136+19P136+14_79.1 + <a + href="/schedulingunit/view/blueprint/5099" + rel="noreferrer" + target="_blank" + > + P136+19P136+14_79.1 + </a> </td> <td class="" @@ -19069,7 +20377,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P046+84P077+79_229.1 + <a + href="/schedulingunit/view/blueprint/3136" + rel="noreferrer" + target="_blank" + > + P046+84P077+79_229.1 + </a> </td> <td class="" @@ -19145,7 +20459,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P282+05P279+00_187.3 + <a + href="/schedulingunit/view/blueprint/3844" + rel="noreferrer" + target="_blank" + > + P282+05P279+00_187.3 + </a> </td> <td class="" @@ -19221,7 +20541,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P168+10P163+10_60.2 + <a + href="/schedulingunit/view/blueprint/2878" + rel="noreferrer" + target="_blank" + > + P168+10P163+10_60.2 + </a> </td> <td class="" @@ -19297,7 +20623,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - run1.31_Lockman_Bootes_3c380 + <a + href="/schedulingunit/view/blueprint/3276" + rel="noreferrer" + target="_blank" + > + run1.31_Lockman_Bootes_3c380 + </a> </td> <td class="" @@ -19373,7 +20705,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P046+84P077+79_229.1_REP + <a + href="/schedulingunit/view/blueprint/3834" + rel="noreferrer" + target="_blank" + > + P046+84P077+79_229.1_REP + </a> </td> <td class="" @@ -19449,7 +20787,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P127+04P123+07_85.1 + <a + href="/schedulingunit/view/blueprint/5145" + rel="noreferrer" + target="_blank" + > + P127+04P123+07_85.1 + </a> </td> <td class="" @@ -19525,7 +20869,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - M101 SN2023ixf - run7.10 rep + <a + href="/schedulingunit/view/blueprint/3709" + rel="noreferrer" + target="_blank" + > + M101 SN2023ixf - run7.10 rep + </a> </td> <td class="" @@ -19601,7 +20951,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - A: (t) LT16_004 397.3 - P295+25 P290+25 P284+25 3c380 - 1hrs - LBA + <a + href="/schedulingunit/view/blueprint/1608" + rel="noreferrer" + target="_blank" + > + A: (t) LT16_004 397.3 - P295+25 P290+25 P284+25 3c380 - 1hrs - LBA + </a> </td> <td class="" @@ -19677,7 +21033,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - run2.1_Mrk 501_P247+45 + <a + href="/schedulingunit/view/blueprint/3057" + rel="noreferrer" + target="_blank" + > + run2.1_Mrk 501_P247+45 + </a> </td> <td class="" @@ -19753,7 +21115,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - run1.20_Lockman_Bootes_3c380 + <a + href="/schedulingunit/view/blueprint/3287" + rel="noreferrer" + target="_blank" + > + run1.20_Lockman_Bootes_3c380 + </a> </td> <td class="" @@ -19829,7 +21197,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P249+83P211+85_205.1 + <a + href="/schedulingunit/view/blueprint/3383" + rel="noreferrer" + target="_blank" + > + P249+83P211+85_205.1 + </a> </td> <td class="" @@ -19905,7 +21279,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - run1.18_Lockman_Bootes_3c380_REP + <a + href="/schedulingunit/view/blueprint/3723" + rel="noreferrer" + target="_blank" + > + run1.18_Lockman_Bootes_3c380_REP + </a> </td> <td class="" @@ -19981,7 +21361,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - run1.18_Lockman_Bootes_3c380_REP + <a + href="/schedulingunit/view/blueprint/3719" + rel="noreferrer" + target="_blank" + > + run1.18_Lockman_Bootes_3c380_REP + </a> </td> <td class="" @@ -20057,7 +21443,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - run1.04_Lockman_Bootes_3c196 + <a + href="/schedulingunit/view/blueprint/3297" + rel="noreferrer" + target="_blank" + > + run1.04_Lockman_Bootes_3c196 + </a> </td> <td class="" @@ -20133,7 +21525,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - run2.4_3c123_3c130_3c129rep + <a + href="/schedulingunit/view/blueprint/2937" + rel="noreferrer" + target="_blank" + > + run2.4_3c123_3c130_3c129rep + </a> </td> <td class="" @@ -20209,7 +21607,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P246+05P251+05_185.5 + <a + href="/schedulingunit/view/blueprint/3534" + rel="noreferrer" + target="_blank" + > + P246+05P251+05_185.5 + </a> </td> <td class="" @@ -20285,7 +21689,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P064+62P072+64_239.1 + <a + href="/schedulingunit/view/blueprint/3124" + rel="noreferrer" + target="_blank" + > + P064+62P072+64_239.1 + </a> </td> <td class="" @@ -20361,7 +21771,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P127+04P123+07_85.3 + <a + href="/schedulingunit/view/blueprint/5147" + rel="noreferrer" + target="_blank" + > + P127+04P123+07_85.3 + </a> </td> <td class="" @@ -20437,7 +21853,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - run1.26_Lockman_Bootes_3c380 + <a + href="/schedulingunit/view/blueprint/3281" + rel="noreferrer" + target="_blank" + > + run1.26_Lockman_Bootes_3c380 + </a> </td> <td class="" @@ -20513,7 +21935,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P166+15P163+10_59.4_REP + <a + href="/schedulingunit/view/blueprint/3027" + rel="noreferrer" + target="_blank" + > + P166+15P163+10_59.4_REP + </a> </td> <td class="" @@ -20589,7 +22017,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - run1.29_Lockman_Bootes_3c380 + <a + href="/schedulingunit/view/blueprint/3278" + rel="noreferrer" + target="_blank" + > + run1.29_Lockman_Bootes_3c380 + </a> </td> <td class="" @@ -20665,7 +22099,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P195+77P208+82_2.1 + <a + href="/schedulingunit/view/blueprint/2635" + rel="noreferrer" + target="_blank" + > + P195+77P208+82_2.1 + </a> </td> <td class="" @@ -20741,7 +22181,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P166+15P163+10_59.4 + <a + href="/schedulingunit/view/blueprint/2880" + rel="noreferrer" + target="_blank" + > + P166+15P163+10_59.4 + </a> </td> <td class="" @@ -20817,7 +22263,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P127+04P123+07_85.3 + <a + href="/schedulingunit/view/blueprint/5147" + rel="noreferrer" + target="_blank" + > + P127+04P123+07_85.3 + </a> </td> <td class="" @@ -20893,7 +22345,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P090+77P067+77_199.1 + <a + href="/schedulingunit/view/blueprint/3389" + rel="noreferrer" + target="_blank" + > + P090+77P067+77_199.1 + </a> </td> <td class="" @@ -20969,7 +22427,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P055+16P056+11_99.3 + <a + href="/schedulingunit/view/blueprint/5066" + rel="noreferrer" + target="_blank" + > + P055+16P056+11_99.3 + </a> </td> <td class="" @@ -21045,7 +22509,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - M101 SN2023ixf - run7.10 rep + <a + href="/schedulingunit/view/blueprint/3709" + rel="noreferrer" + target="_blank" + > + M101 SN2023ixf - run7.10 rep + </a> </td> <td class="" @@ -21121,7 +22591,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - run1.17_Lockman_Bootes_3c380 + <a + href="/schedulingunit/view/blueprint/3215" + rel="noreferrer" + target="_blank" + > + run1.17_Lockman_Bootes_3c380 + </a> </td> <td class="" @@ -21197,7 +22673,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P166+15P163+10_59.4 + <a + href="/schedulingunit/view/blueprint/2880" + rel="noreferrer" + target="_blank" + > + P166+15P163+10_59.4 + </a> </td> <td class="" @@ -21273,7 +22755,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P166+15P163+10_59.4_REP + <a + href="/schedulingunit/view/blueprint/3027" + rel="noreferrer" + target="_blank" + > + P166+15P163+10_59.4_REP + </a> </td> <td class="" @@ -21349,7 +22837,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P246+05P251+05_185.5_REP + <a + href="/schedulingunit/view/blueprint/3940" + rel="noreferrer" + target="_blank" + > + P246+05P251+05_185.5_REP + </a> </td> <td class="" @@ -21425,7 +22919,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P282+05P279+00_187.3 + <a + href="/schedulingunit/view/blueprint/3844" + rel="noreferrer" + target="_blank" + > + P282+05P279+00_187.3 + </a> </td> <td class="" @@ -21501,7 +23001,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P261+00P264+05_105.1 + <a + href="/schedulingunit/view/blueprint/4049" + rel="noreferrer" + target="_blank" + > + P261+00P264+05_105.1 + </a> </td> <td class="" @@ -21577,7 +23083,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P127+04P123+07_85.2 + <a + href="/schedulingunit/view/blueprint/5146" + rel="noreferrer" + target="_blank" + > + P127+04P123+07_85.2 + </a> </td> <td class="" @@ -21653,7 +23165,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P127+04P123+07_85.1 + <a + href="/schedulingunit/view/blueprint/5145" + rel="noreferrer" + target="_blank" + > + P127+04P123+07_85.1 + </a> </td> <td class="" @@ -21729,7 +23247,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P127+04P123+07_85.1 + <a + href="/schedulingunit/view/blueprint/5145" + rel="noreferrer" + target="_blank" + > + P127+04P123+07_85.1 + </a> </td> <td class="" @@ -21805,7 +23329,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P064+62P072+64_239.1 + <a + href="/schedulingunit/view/blueprint/3124" + rel="noreferrer" + target="_blank" + > + P064+62P072+64_239.1 + </a> </td> <td class="" @@ -21881,7 +23411,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P062+01P067+04_210.6 + <a + href="/schedulingunit/view/blueprint/5109" + rel="noreferrer" + target="_blank" + > + P062+01P067+04_210.6 + </a> </td> <td class="" @@ -21957,7 +23493,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P249+83P211+85_205.1 + <a + href="/schedulingunit/view/blueprint/3383" + rel="noreferrer" + target="_blank" + > + P249+83P211+85_205.1 + </a> </td> <td class="" @@ -22033,7 +23575,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - run1.3_field-5_field-8_field-m87 + <a + href="/schedulingunit/view/blueprint/2956" + rel="noreferrer" + target="_blank" + > + run1.3_field-5_field-8_field-m87 + </a> </td> <td class="" @@ -22109,7 +23657,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P127+04P123+07_85.2 + <a + href="/schedulingunit/view/blueprint/5146" + rel="noreferrer" + target="_blank" + > + P127+04P123+07_85.2 + </a> </td> <td class="" @@ -22185,7 +23739,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - run1.18_Lockman_Bootes_3c380 + <a + href="/schedulingunit/view/blueprint/3214" + rel="noreferrer" + target="_blank" + > + run1.18_Lockman_Bootes_3c380 + </a> </td> <td class="" @@ -22261,7 +23821,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P249+83P211+85_205.1_REP + <a + href="/schedulingunit/view/blueprint/5169" + rel="noreferrer" + target="_blank" + > + P249+83P211+85_205.1_REP + </a> </td> <td class="" @@ -22337,7 +23903,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - run2.4_A697_P138+50_P130+47 + <a + href="/schedulingunit/view/blueprint/3048" + rel="noreferrer" + target="_blank" + > + run2.4_A697_P138+50_P130+47 + </a> </td> <td class="" @@ -22413,7 +23985,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - Transient_run_1.3_LBA + <a + href="/schedulingunit/view/blueprint/5165" + rel="noreferrer" + target="_blank" + > + Transient_run_1.3_LBA + </a> </td> <td class="" @@ -22489,7 +24067,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P046+84P077+79_229.1_REP + <a + href="/schedulingunit/view/blueprint/3834" + rel="noreferrer" + target="_blank" + > + P046+84P077+79_229.1_REP + </a> </td> <td class="" @@ -22565,7 +24149,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - M101 SN2023ixf - run7.10 + <a + href="/schedulingunit/view/blueprint/3691" + rel="noreferrer" + target="_blank" + > + M101 SN2023ixf - run7.10 + </a> </td> <td class="" @@ -22641,7 +24231,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P055+16P056+11_99.3 + <a + href="/schedulingunit/view/blueprint/5066" + rel="noreferrer" + target="_blank" + > + P055+16P056+11_99.3 + </a> </td> <td class="" @@ -22717,7 +24313,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P127+04P123+07_85.2 + <a + href="/schedulingunit/view/blueprint/5146" + rel="noreferrer" + target="_blank" + > + P127+04P123+07_85.2 + </a> </td> <td class="" @@ -22793,7 +24395,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - M101 SN2023ixf - run7.10 rep + <a + href="/schedulingunit/view/blueprint/3709" + rel="noreferrer" + target="_blank" + > + M101 SN2023ixf - run7.10 rep + </a> </td> <td class="" @@ -22869,7 +24477,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - run9.1_P163+45_P170+45_A1763 + <a + href="/schedulingunit/view/blueprint/3039" + rel="noreferrer" + target="_blank" + > + run9.1_P163+45_P170+45_A1763 + </a> </td> <td class="" @@ -22945,7 +24559,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P246+05P251+05_185.5 + <a + href="/schedulingunit/view/blueprint/3534" + rel="noreferrer" + target="_blank" + > + P246+05P251+05_185.5 + </a> </td> <td class="" @@ -23021,7 +24641,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P166+15P163+10_59.4_REP + <a + href="/schedulingunit/view/blueprint/3027" + rel="noreferrer" + target="_blank" + > + P166+15P163+10_59.4_REP + </a> </td> <td class="" @@ -23097,7 +24723,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P195+77P208+82_2.1 + <a + href="/schedulingunit/view/blueprint/2635" + rel="noreferrer" + target="_blank" + > + P195+77P208+82_2.1 + </a> </td> <td class="" @@ -23173,7 +24805,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P064+14P067+19_189.4 + <a + href="/schedulingunit/view/blueprint/5125" + rel="noreferrer" + target="_blank" + > + P064+14P067+19_189.4 + </a> </td> <td class="" @@ -23249,7 +24887,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P249+83P211+85_205.1 + <a + href="/schedulingunit/view/blueprint/3383" + rel="noreferrer" + target="_blank" + > + P249+83P211+85_205.1 + </a> </td> <td class="" @@ -23325,7 +24969,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P090+77P067+77_199.1 + <a + href="/schedulingunit/view/blueprint/3389" + rel="noreferrer" + target="_blank" + > + P090+77P067+77_199.1 + </a> </td> <td class="" @@ -23401,7 +25051,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P046+84P077+79_229.1_REP + <a + href="/schedulingunit/view/blueprint/3834" + rel="noreferrer" + target="_blank" + > + P046+84P077+79_229.1_REP + </a> </td> <td class="" @@ -23477,7 +25133,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P053+11P048+11_97.1 + <a + href="/schedulingunit/view/blueprint/5043" + rel="noreferrer" + target="_blank" + > + P053+11P048+11_97.1 + </a> </td> <td class="" @@ -23553,7 +25215,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - IoS - LC20 - run68 (no CS032) + <a + href="/schedulingunit/view/blueprint/3016" + rel="noreferrer" + target="_blank" + > + IoS - LC20 - run68 (no CS032) + </a> </td> <td class="" @@ -23629,7 +25297,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P209+12P212+07_164.1 + <a + href="/schedulingunit/view/blueprint/3457" + rel="noreferrer" + target="_blank" + > + P209+12P212+07_164.1 + </a> </td> <td class="" @@ -23705,7 +25379,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - A: (t) LT16_004 194.1 - P010+39 P004+38 P357+38 3c380 - 1hrs - LBA - REPEAT + <a + href="/schedulingunit/view/blueprint/1609" + rel="noreferrer" + target="_blank" + > + A: (t) LT16_004 194.1 - P010+39 P004+38 P357+38 3c380 - 1hrs - LBA - REPEAT + </a> </td> <td class="" @@ -23781,7 +25461,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - IoS + <a + href="/schedulingunit/view/blueprint/5003" + rel="noreferrer" + target="_blank" + > + IoS + </a> </td> <td class="" @@ -23857,7 +25543,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P195+77P208+82_2.1 + <a + href="/schedulingunit/view/blueprint/2635" + rel="noreferrer" + target="_blank" + > + P195+77P208+82_2.1 + </a> </td> <td class="" @@ -23933,7 +25625,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - run1.19_Lockman_Bootes_3c380_REP + <a + href="/schedulingunit/view/blueprint/3836" + rel="noreferrer" + target="_blank" + > + run1.19_Lockman_Bootes_3c380_REP + </a> </td> <td class="" @@ -24005,7 +25703,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - run2.1_Mrk 501_P247+45 + <a + href="/schedulingunit/view/blueprint/3057" + rel="noreferrer" + target="_blank" + > + run2.1_Mrk 501_P247+45 + </a> </td> <td class="" @@ -24081,7 +25785,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - run1.22_Lockman_Bootes_3c380 + <a + href="/schedulingunit/view/blueprint/3285" + rel="noreferrer" + target="_blank" + > + run1.22_Lockman_Bootes_3c380 + </a> </td> <td class="" @@ -24157,7 +25867,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - run1.28_Lockman_Bootes_3c380 + <a + href="/schedulingunit/view/blueprint/3279" + rel="noreferrer" + target="_blank" + > + run1.28_Lockman_Bootes_3c380 + </a> </td> <td class="" @@ -24233,7 +25949,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - run1.4_M31_P032+29_P026+29 + <a + href="/schedulingunit/view/blueprint/3066" + rel="noreferrer" + target="_blank" + > + run1.4_M31_P032+29_P026+29 + </a> </td> <td class="" @@ -24309,7 +26031,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P249+83P211+85_205.1_REP + <a + href="/schedulingunit/view/blueprint/5169" + rel="noreferrer" + target="_blank" + > + P249+83P211+85_205.1_REP + </a> </td> <td class="" @@ -24385,7 +26113,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P136+19P136+14_79.1 + <a + href="/schedulingunit/view/blueprint/5099" + rel="noreferrer" + target="_blank" + > + P136+19P136+14_79.1 + </a> </td> <td class="" @@ -24461,7 +26195,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P168+10P163+10_60.2 + <a + href="/schedulingunit/view/blueprint/2878" + rel="noreferrer" + target="_blank" + > + P168+10P163+10_60.2 + </a> </td> <td class="" @@ -24537,7 +26277,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - run8_3C277.3 Coma A + <a + href="/schedulingunit/view/blueprint/3274" + rel="noreferrer" + target="_blank" + > + run8_3C277.3 Coma A + </a> </td> <td class="" @@ -24613,7 +26359,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - run2.2_3c123_3c130_3c129 + <a + href="/schedulingunit/view/blueprint/2490" + rel="noreferrer" + target="_blank" + > + run2.2_3c123_3c130_3c129 + </a> </td> <td class="" @@ -24689,7 +26441,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P064+14P067+19_189.4 + <a + href="/schedulingunit/view/blueprint/5125" + rel="noreferrer" + target="_blank" + > + P064+14P067+19_189.4 + </a> </td> <td class="" @@ -24765,7 +26523,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P090+77P067+77_199.1 + <a + href="/schedulingunit/view/blueprint/3389" + rel="noreferrer" + target="_blank" + > + P090+77P067+77_199.1 + </a> </td> <td class="" @@ -24841,7 +26605,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P053+11P048+11_97.1 + <a + href="/schedulingunit/view/blueprint/5043" + rel="noreferrer" + target="_blank" + > + P053+11P048+11_97.1 + </a> </td> <td class="" @@ -24917,7 +26687,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P062+01P067+04_210.6 + <a + href="/schedulingunit/view/blueprint/5109" + rel="noreferrer" + target="_blank" + > + P062+01P067+04_210.6 + </a> </td> <td class="" @@ -24993,7 +26769,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P046+84P077+79_229.1 + <a + href="/schedulingunit/view/blueprint/3136" + rel="noreferrer" + target="_blank" + > + P046+84P077+79_229.1 + </a> </td> <td class="" @@ -25069,7 +26851,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P136+19P136+14_79.1 + <a + href="/schedulingunit/view/blueprint/5099" + rel="noreferrer" + target="_blank" + > + P136+19P136+14_79.1 + </a> </td> <td class="" @@ -25145,7 +26933,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - run1.19_Lockman_Bootes_3c380 + <a + href="/schedulingunit/view/blueprint/3213" + rel="noreferrer" + target="_blank" + > + run1.19_Lockman_Bootes_3c380 + </a> </td> <td class="" @@ -25221,7 +27015,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - A: (t) LT14_002 155.3 - P324+58 P315+58 P305+58 3c380 - 1hrs - LBA - REPEAT + <a + href="/schedulingunit/view/blueprint/1610" + rel="noreferrer" + target="_blank" + > + A: (t) LT14_002 155.3 - P324+58 P315+58 P305+58 3c380 - 1hrs - LBA - REPEAT + </a> </td> <td class="" @@ -25297,7 +27097,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P166+15P163+10_59.4 + <a + href="/schedulingunit/view/blueprint/2880" + rel="noreferrer" + target="_blank" + > + P166+15P163+10_59.4 + </a> </td> <td class="" @@ -25373,7 +27179,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P209+12P212+07_164.1 + <a + href="/schedulingunit/view/blueprint/3457" + rel="noreferrer" + target="_blank" + > + P209+12P212+07_164.1 + </a> </td> <td class="" @@ -25449,7 +27261,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P249+83P211+85_205.1_REP + <a + href="/schedulingunit/view/blueprint/5169" + rel="noreferrer" + target="_blank" + > + P249+83P211+85_205.1_REP + </a> </td> <td class="" @@ -25525,7 +27343,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - filler-run22 + <a + href="/schedulingunit/view/blueprint/2792" + rel="noreferrer" + target="_blank" + > + filler-run22 + </a> </td> <td class="" @@ -25601,7 +27425,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P069+16P069+11_213.6 + <a + href="/schedulingunit/view/blueprint/5141" + rel="noreferrer" + target="_blank" + > + P069+16P069+11_213.6 + </a> </td> <td class="" @@ -25677,7 +27507,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P127+04P123+07_85.3 + <a + href="/schedulingunit/view/blueprint/5147" + rel="noreferrer" + target="_blank" + > + P127+04P123+07_85.3 + </a> </td> <td class="" @@ -25753,7 +27589,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P168+10P163+10_60.2 + <a + href="/schedulingunit/view/blueprint/2878" + rel="noreferrer" + target="_blank" + > + P168+10P163+10_60.2 + </a> </td> <td class="" @@ -25829,7 +27671,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P261+00P264+05_105.1 + <a + href="/schedulingunit/view/blueprint/4049" + rel="noreferrer" + target="_blank" + > + P261+00P264+05_105.1 + </a> </td> <td class="" @@ -25905,7 +27753,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - run1.04_Lockman_Bootes_3c196_REP + <a + href="/schedulingunit/view/blueprint/3431" + rel="noreferrer" + target="_blank" + > + run1.04_Lockman_Bootes_3c196_REP + </a> </td> <td class="" @@ -25981,7 +27835,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - run1.16_Lockman_Bootes_3c196 + <a + href="/schedulingunit/view/blueprint/3288" + rel="noreferrer" + target="_blank" + > + run1.16_Lockman_Bootes_3c196 + </a> </td> <td class="" @@ -26057,7 +27917,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - run2.1_3c123_3c130_3c129 + <a + href="/schedulingunit/view/blueprint/2489" + rel="noreferrer" + target="_blank" + > + run2.1_3c123_3c130_3c129 + </a> </td> <td class="" @@ -26133,7 +27999,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - run2.1_Mrk 501_P247+45 + <a + href="/schedulingunit/view/blueprint/3057" + rel="noreferrer" + target="_blank" + > + run2.1_Mrk 501_P247+45 + </a> </td> <td class="" @@ -26209,7 +28081,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P246+05P251+05_185.5_REP + <a + href="/schedulingunit/view/blueprint/3940" + rel="noreferrer" + target="_blank" + > + P246+05P251+05_185.5_REP + </a> </td> <td class="" @@ -26285,7 +28163,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P070+04P069+09_191.6 + <a + href="/schedulingunit/view/blueprint/5144" + rel="noreferrer" + target="_blank" + > + P070+04P069+09_191.6 + </a> </td> <td class="" @@ -26361,7 +28245,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - run9.4_P181+45_P189+45_A1763 + <a + href="/schedulingunit/view/blueprint/3036" + rel="noreferrer" + target="_blank" + > + run9.4_P181+45_P189+45_A1763 + </a> </td> <td class="" @@ -26437,7 +28327,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P064+62P072+64_239.1 + <a + href="/schedulingunit/view/blueprint/3124" + rel="noreferrer" + target="_blank" + > + P064+62P072+64_239.1 + </a> </td> <td class="" @@ -26513,7 +28409,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - run8_3C277.3 Coma A + <a + href="/schedulingunit/view/blueprint/3274" + rel="noreferrer" + target="_blank" + > + run8_3C277.3 Coma A + </a> </td> <td class="" @@ -26589,7 +28491,13 @@ exports[`Failure Report Render With Contents Failure Report renders correctly w data-pc-section="root" role="cell" > - P046+84P077+79_229.1 + <a + href="/schedulingunit/view/blueprint/3136" + rel="noreferrer" + target="_blank" + > + P046+84P077+79_229.1 + </a> </td> <td class="" -- GitLab