Spaces:
Running
Running
take out this duplicated text line from Lan to lan email template:
Browse files
script.js
CHANGED
|
@@ -251,9 +251,7 @@ emailOutput.textContent = emailText;
|
|
| 251 |
emailText += `N掳 de enlace: ${serviceNumber}\n`;
|
| 252 |
emailText += `Ancho de banda: ${bandwidth}\n\n`;
|
| 253 |
emailText += `Detalle de extremos:\n\n`;
|
| 254 |
-
|
| 255 |
-
|
| 256 |
-
// Calculate column widths for L2L table
|
| 257 |
const siteALabelLength = Math.max('Direcci贸n:'.length, 'Equipo:'.length, 'Puerto:'.length);
|
| 258 |
const siteBLabelLength = Math.max('Direcci贸n:'.length, 'Equipo:'.length, 'Puerto:'.length);
|
| 259 |
const siteAContentLength = Math.max(siteAAddress.length, siteADevice.length, siteAPort.length);
|
|
|
|
| 251 |
emailText += `N掳 de enlace: ${serviceNumber}\n`;
|
| 252 |
emailText += `Ancho de banda: ${bandwidth}\n\n`;
|
| 253 |
emailText += `Detalle de extremos:\n\n`;
|
| 254 |
+
// Calculate column widths for L2L table
|
|
|
|
|
|
|
| 255 |
const siteALabelLength = Math.max('Direcci贸n:'.length, 'Equipo:'.length, 'Puerto:'.length);
|
| 256 |
const siteBLabelLength = Math.max('Direcci贸n:'.length, 'Equipo:'.length, 'Puerto:'.length);
|
| 257 |
const siteAContentLength = Math.max(siteAAddress.length, siteADevice.length, siteAPort.length);
|