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

Function create_new_table

web_server/public/javascripts/utilities.js:241–248  ·  view source on GitHub ↗
(class_string = "")

Source from the content-addressed store, hash-verified

239}
240
241function create_new_table(class_string = "") {
242 let output_text = '<table class="table';
243 if (class_string !== "") {
244 output_text += ' ' + class_string;
245 }
246 output_text += '">';
247 return (output_text);
248}
249
250function create_table_head(names, class_string = "") {
251 let output_text = '<thead';

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