Skip to content
Snippets Groups Projects
Commit 1ca4d1f2 authored by Ramesh Kumar's avatar Ramesh Kumar
Browse files

TMSS-940: Added space while joining to wrap word in table.

parent 3bcb07cf
No related branches found
No related tags found
2 merge requests!634WIP: COBALT commissioning delta,!554Resolve TMSS-940
...@@ -80,7 +80,7 @@ const QaReportingTemplate = { ...@@ -80,7 +80,7 @@ const QaReportingTemplate = {
<td><a href="https://proxy.lofar.eu/inspect/HTML/${observation.controlId}/index.html">${observation.controlId}</a></td> <td><a href="https://proxy.lofar.eu/inspect/HTML/${observation.controlId}/index.html">${observation.controlId}</a></td>
<td>${observation.scheduleUnitId}</td> <td>${observation.scheduleUnitId}</td>
<td>${observation.taskId}</td> <td>${observation.taskId}</td>
<td>${observation.pipeline.join(",")}</td> <td>${observation.pipeline.join(", ")}</td>
<td>${observation.project}</td> <td>${observation.project}</td>
<td>${observation.targetname}</td> <td>${observation.targetname}</td>
<td><a href="https://proxy.lofar.eu/inspect/HTML/${observation.controlId}/Stations/station_beamlets.html">BST</a></td> <td><a href="https://proxy.lofar.eu/inspect/HTML/${observation.controlId}/Stations/station_beamlets.html">BST</a></td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment