MCPcopy Create free account
hub / github.com/adobe/Marinus / create_table_entry

Function create_table_entry

web_server/public/javascripts/utilities.js:277–288  ·  view source on GitHub ↗
(value, id = "", tdClass = "")

Source from the content-addressed store, hash-verified

275}
276
277function create_table_entry(value, id = "", tdClass = "") {
278 let output_text = '<td';
279 if (tdClass !== "") {
280 output_text += ' class="' + tdClass + '"';
281 }
282
283 if (id !== "") {
284 output_text += ' id="' + id + '"';
285 }
286 output_text += '>' + value + '</td>';
287 return (output_text);
288}
289
290function end_table_row() {
291 return ("</tr>");

Callers 15

display_ct_corp_certsFunction · 0.85
display_corp_certsFunction · 0.85
display_expired_certsFunction · 0.85
display_expired_certs_2kFunction · 0.85
display_algorithm_certsFunction · 0.85
displayHeaderSummaryFunction · 0.85
displayValueSummaryFunction · 0.85
allDNSResultFunction · 0.85
sonarRDNSResultFunction · 0.85
ip_owner_detail_rendererFunction · 0.85
ctResultsFunction · 0.85
update_previewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected