diff --git a/status.html b/status.html index 9512972..fb8e620 100644 --- a/status.html +++ b/status.html @@ -257,7 +257,7 @@ const Info = document.createElement('td') Info.style.backgroundColor = rowColor const logFile = pkg.status === 'failed' ? '' : '' - const aw = 'AW' + const aw = 'AW' const info = '' Info.classList.add('text-end') Info.innerHTML = `${logFile} ${aw} ${info}`