You’re offline. This is a read only version of the page.
Service Status
English
English
日本語
Trend Micro
Business Support
English
English
日本語
Trend Micro
Business Support
Trend Micro Service Status
Services
Status
Impact
${icon}
${text}
${impactListMarkup}
`; } const renderProductList = () => { const markup = productList.sort((a,b)=> a.name.localeCompare(b.name)).map(product=> generateProductMarkup(product)).join(''); if(!productTableElement) return; productTableElement.innerHTML = ''; productTableElement.insertAdjacentHTML('beforeend', markup); } renderProductList();