mirror of
https://github.com/ced4568/ced-portfolio.git
synced 2026-08-12 22:34:03 +00:00
updated the copy in the NOC page to remove the em dashes and replace with more concise copy. Also updated the meta description and twitter description to match the new copy style. No code changes, just copy edits.
This commit is contained in:
@@ -95,7 +95,6 @@ async function loadNocStatus() {
|
|||||||
</div>
|
</div>
|
||||||
<h3>${system.name}</h3>
|
<h3>${system.name}</h3>
|
||||||
<p>${system.type}</p>
|
<p>${system.type}</p>
|
||||||
<code>${system.address}</code>
|
|
||||||
<div class="system-meta">
|
<div class="system-meta">
|
||||||
<small>Status: ${system.status}</small>
|
<small>Status: ${system.status}</small>
|
||||||
<small>Latency: ${system.latency || "N/A"}</small>
|
<small>Latency: ${system.latency || "N/A"}</small>
|
||||||
@@ -236,6 +235,7 @@ async function loadGithubRepos() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Build the alert panel from system data
|
// Build the alert panel from system data
|
||||||
function renderAlerts(systems, alertList) {
|
function renderAlerts(systems, alertList) {
|
||||||
const scored = systems
|
const scored = systems
|
||||||
|
|||||||
Reference in New Issue
Block a user