mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
improve css practices
This commit is contained in:
@@ -453,11 +453,6 @@ tr {
|
|||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.relative {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.bgi {
|
.bgi {
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
@@ -1299,10 +1294,29 @@ tr {
|
|||||||
display: none;
|
display: none;
|
||||||
height: 0px;
|
height: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.card-grid {
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
}
|
||||||
|
|
||||||
|
.legend-items {
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.summary-content {
|
||||||
|
flex-direction: column;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.summary-indicator {
|
||||||
|
flex-direction: column;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Status Page Styles */
|
/* Reusable Card & State Components */
|
||||||
.status-subtitle {
|
.page-subtitle {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #a8a8a8;
|
color: #a8a8a8;
|
||||||
margin-top: -10px;
|
margin-top: -10px;
|
||||||
@@ -1310,14 +1324,13 @@ tr {
|
|||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Overall Status Bar */
|
/* Summary Card */
|
||||||
/* Overall Status Card - extends status-card */
|
.summary-card {
|
||||||
.overall-status-card {
|
|
||||||
padding: 2em;
|
padding: 2em;
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.overall-status-content {
|
.summary-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -1325,29 +1338,29 @@ tr {
|
|||||||
gap: 2em;
|
gap: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.overall-status-indicator {
|
.summary-indicator {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 1.5em;
|
gap: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.overall-status-icon {
|
.summary-icon {
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
animation: spin 2s linear infinite;
|
animation: spin 2s linear infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
.overall-status-icon.operational {
|
.summary-icon.operational {
|
||||||
color: #4caf50;
|
color: #4caf50;
|
||||||
animation: pulse-icon 1.5s ease-in-out infinite;
|
animation: pulse-icon 1.5s ease-in-out infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
.overall-status-icon.partial {
|
.summary-icon.partial {
|
||||||
color: #ffc107;
|
color: #ffc107;
|
||||||
animation: pulse-icon 1.5s ease-in-out infinite;
|
animation: pulse-icon 1.5s ease-in-out infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
.overall-status-icon.major {
|
.summary-icon.major {
|
||||||
color: #f44336;
|
color: #f44336;
|
||||||
animation: pulse-icon 1.5s ease-in-out infinite;
|
animation: pulse-icon 1.5s ease-in-out infinite;
|
||||||
}
|
}
|
||||||
@@ -1362,7 +1375,7 @@ tr {
|
|||||||
50% { opacity: 0.5; }
|
50% { opacity: 0.5; }
|
||||||
}
|
}
|
||||||
|
|
||||||
.overall-status-title {
|
.summary-title {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: #ecebeb;
|
color: #ecebeb;
|
||||||
@@ -1386,8 +1399,12 @@ tr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.metric-label {
|
.metric-label {
|
||||||
font-size: 0.85rem;
|
|
||||||
color: #a8a8a8;
|
color: #a8a8a8;
|
||||||
|
font-size: 0.9rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.metric-box .metric-label {
|
||||||
|
font-size: 0.85rem;
|
||||||
margin-top: 0.3em;
|
margin-top: 0.3em;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
letter-spacing: 0.5px;
|
letter-spacing: 0.5px;
|
||||||
@@ -1413,14 +1430,16 @@ tr {
|
|||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-container {
|
/* Card Grid */
|
||||||
|
.card-grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
||||||
gap: 1.5em;
|
gap: 1.5em;
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-card {
|
/* Info Card */
|
||||||
|
.info-card {
|
||||||
background: rgba(24, 24, 24, 0.85);
|
background: rgba(24, 24, 24, 0.85);
|
||||||
border-radius: 0.5em;
|
border-radius: 0.5em;
|
||||||
padding: 1.5em;
|
padding: 1.5em;
|
||||||
@@ -1428,19 +1447,19 @@ tr {
|
|||||||
transition: 0.3s;
|
transition: 0.3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-card.online {
|
.info-card.online {
|
||||||
border-top-color: rgba(76, 175, 80, 0.8);
|
border-top-color: rgba(76, 175, 80, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-card.degraded {
|
.info-card.degraded {
|
||||||
border-top-color: rgba(255, 193, 7, 0.8);
|
border-top-color: rgba(255, 193, 7, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-card.offline {
|
.info-card.offline {
|
||||||
border-top-color: rgba(244, 67, 54, 0.8);
|
border-top-color: rgba(244, 67, 54, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-header {
|
.card-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -1449,46 +1468,47 @@ tr {
|
|||||||
border-bottom: 1px solid rgba(168, 168, 168, 0.2);
|
border-bottom: 1px solid rgba(168, 168, 168, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-header h3 {
|
.card-header h3 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
color: #ecebeb;
|
color: #ecebeb;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-indicator {
|
/* State Indicators */
|
||||||
|
.state-indicator {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 0.5em;
|
gap: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-text {
|
.state-text {
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
color: #a8a8a8;
|
color: #a8a8a8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-dot {
|
.state-dot {
|
||||||
width: 12px;
|
width: 12px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-dot.online, .status-dot.complete {
|
.state-dot.online, .state-dot.complete {
|
||||||
background: #4caf50;
|
background: #4caf50;
|
||||||
box-shadow: 0 0 10px #4caf50;
|
box-shadow: 0 0 10px #4caf50;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-dot.degraded, .status-dot.WIP {
|
.state-dot.degraded, .state-dot.WIP {
|
||||||
background: #ffc107;
|
background: #ffc107;
|
||||||
box-shadow: 0 0 10px #ffc107;
|
box-shadow: 0 0 10px #ffc107;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-dot.offline, .status-dot.incomplete {
|
.state-dot.offline, .state-dot.incomplete {
|
||||||
background: #f44336;
|
background: #f44336;
|
||||||
box-shadow: 0 0 10px #f44336;
|
box-shadow: 0 0 10px #f44336;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-dot.loading {
|
.state-dot.loading {
|
||||||
background: #a8a8a8;
|
background: #a8a8a8;
|
||||||
animation: pulse 1.5s ease-in-out infinite;
|
animation: pulse 1.5s ease-in-out infinite;
|
||||||
}
|
}
|
||||||
@@ -1502,30 +1522,25 @@ tr {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-details {
|
.card-body {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 0.5em;
|
gap: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-metric {
|
.metric-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 0.3em 0;
|
padding: 0.3em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.metric-label {
|
|
||||||
color: #a8a8a8;
|
|
||||||
font-size: 0.9rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.metric-value {
|
.metric-value {
|
||||||
color: #ecebeb;
|
color: #ecebeb;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-legend {
|
.info-box {
|
||||||
background: rgba(24, 24, 24, 0.85);
|
background: rgba(24, 24, 24, 0.85);
|
||||||
border-radius: 0.5em;
|
border-radius: 0.5em;
|
||||||
padding: 1.5em;
|
padding: 1.5em;
|
||||||
@@ -1533,7 +1548,7 @@ tr {
|
|||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-legend h4 {
|
.info-box h4 {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
color: #ecebeb;
|
color: #ecebeb;
|
||||||
}
|
}
|
||||||
@@ -1552,80 +1567,53 @@ tr {
|
|||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-note {
|
.note-text {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
color: #a8a8a8;
|
color: #a8a8a8;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-uptime {
|
.card-footer {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
padding-top: 0.8em;
|
padding-top: 0.8em;
|
||||||
border-top: 1px solid rgba(168, 168, 168, 0.2);
|
border-top: 1px solid rgba(168, 168, 168, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.uptime-label {
|
.detail-label {
|
||||||
color: #a8a8a8;
|
color: #a8a8a8;
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
margin-bottom: 0.3em;
|
margin-bottom: 0.3em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uptime-values {
|
.detail-values {
|
||||||
color: #ecebeb;
|
color: #ecebeb;
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uptime-values strong {
|
.detail-values strong {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Uptime color coding based on percentage */
|
/* State color utilities */
|
||||||
.uptime-excellent {
|
.text-excellent {
|
||||||
color: #4caf50 !important; /* 99%+ - Green */
|
color: #4caf50 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uptime-good {
|
.text-good {
|
||||||
color: #8bc34a !important; /* 95-99% - Light green */
|
color: #8bc34a !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uptime-fair {
|
.text-fair {
|
||||||
color: #ffc107 !important; /* 90-95% - Yellow */
|
color: #ffc107 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uptime-poor {
|
.text-poor {
|
||||||
color: #f44336 !important; /* <90% - Red */
|
color: #f44336 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uptime-none {
|
.text-muted {
|
||||||
color: #888 !important; /* No data - Gray */
|
color: #888 !important;
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 1400px) {
|
|
||||||
.status-container {
|
|
||||||
grid-template-columns: 1fr;
|
|
||||||
}
|
|
||||||
|
|
||||||
.status-info {
|
|
||||||
flex-direction: column;
|
|
||||||
gap: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.legend-items {
|
|
||||||
flex-direction: column;
|
|
||||||
gap: 0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.overall-status-content {
|
|
||||||
flex-direction: column;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.overall-status-indicator {
|
|
||||||
flex-direction: column;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -2,7 +2,8 @@ function toggleMenu(collapse=false) {
|
|||||||
if (window.innerWidth < 1400) {
|
if (window.innerWidth < 1400) {
|
||||||
const e = document.querySelector(".navControl");
|
const e = document.querySelector(".navControl");
|
||||||
const bar = document.querySelector(".header");
|
const bar = document.querySelector(".header");
|
||||||
if (e.style.maxHeight === "0px" && !collapse) {
|
const isCollapsed = !e.style.maxHeight || e.style.maxHeight === "0px";
|
||||||
|
if (isCollapsed && !collapse) {
|
||||||
e.style.maxHeight = `${e.scrollHeight + 10}px`;
|
e.style.maxHeight = `${e.scrollHeight + 10}px`;
|
||||||
bar.style.borderBottomWidth = "0px";
|
bar.style.borderBottomWidth = "0px";
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -61,8 +61,8 @@ function updateServiceCard(service) {
|
|||||||
const card = document.getElementById(`status-${service.id}`);
|
const card = document.getElementById(`status-${service.id}`);
|
||||||
if (!card) return;
|
if (!card) return;
|
||||||
|
|
||||||
const statusDot = card.querySelector('.status-dot');
|
const stateDot = card.querySelector('.state-dot');
|
||||||
const statusText = card.querySelector('.status-text');
|
const stateText = card.querySelector('.state-text');
|
||||||
const timeDisplay = document.getElementById(`time-${service.id}`);
|
const timeDisplay = document.getElementById(`time-${service.id}`);
|
||||||
const codeDisplay = document.getElementById(`code-${service.id}`);
|
const codeDisplay = document.getElementById(`code-${service.id}`);
|
||||||
const uptimeDisplay = document.getElementById(`uptime-${service.id}`);
|
const uptimeDisplay = document.getElementById(`uptime-${service.id}`);
|
||||||
@@ -87,24 +87,24 @@ function updateServiceCard(service) {
|
|||||||
|
|
||||||
switch (service.status) {
|
switch (service.status) {
|
||||||
case 'online':
|
case 'online':
|
||||||
statusDot.className = 'status-dot online';
|
stateDot.className = 'state-dot online';
|
||||||
statusText.textContent = 'Operational';
|
stateText.textContent = 'Operational';
|
||||||
card.classList.add('online');
|
card.classList.add('online');
|
||||||
break;
|
break;
|
||||||
case 'degraded':
|
case 'degraded':
|
||||||
case 'timeout':
|
case 'timeout':
|
||||||
statusDot.className = 'status-dot degraded';
|
stateDot.className = 'state-dot degraded';
|
||||||
statusText.textContent = service.status === 'timeout' ? 'Timeout' : 'Degraded';
|
stateText.textContent = service.status === 'timeout' ? 'Timeout' : 'Degraded';
|
||||||
card.classList.add('degraded');
|
card.classList.add('degraded');
|
||||||
break;
|
break;
|
||||||
case 'offline':
|
case 'offline':
|
||||||
statusDot.className = 'status-dot offline';
|
stateDot.className = 'state-dot offline';
|
||||||
statusText.textContent = 'Offline';
|
stateText.textContent = 'Offline';
|
||||||
card.classList.add('offline');
|
card.classList.add('offline');
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
statusDot.className = 'status-dot loading';
|
stateDot.className = 'state-dot loading';
|
||||||
statusText.textContent = 'Unknown';
|
stateText.textContent = 'Unknown';
|
||||||
card.classList.add('unknown');
|
card.classList.add('unknown');
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -114,11 +114,11 @@ function updateServiceCard(service) {
|
|||||||
|
|
||||||
// Helper function to get color class based on uptime percentage
|
// Helper function to get color class based on uptime percentage
|
||||||
const getUptimeClass = (value) => {
|
const getUptimeClass = (value) => {
|
||||||
if (value === null) return 'uptime-none';
|
if (value === null) return 'text-muted';
|
||||||
if (value >= 99) return 'uptime-excellent';
|
if (value >= 99) return 'text-excellent';
|
||||||
if (value >= 95) return 'uptime-good';
|
if (value >= 95) return 'text-good';
|
||||||
if (value >= 90) return 'uptime-fair';
|
if (value >= 90) return 'text-fair';
|
||||||
return 'uptime-poor';
|
return 'text-poor';
|
||||||
};
|
};
|
||||||
|
|
||||||
// Helper function to format uptime value
|
// Helper function to format uptime value
|
||||||
@@ -148,9 +148,9 @@ function updateServiceCard(service) {
|
|||||||
*/
|
*/
|
||||||
function updateOverallStatus(services) {
|
function updateOverallStatus(services) {
|
||||||
const overallBar = document.getElementById('overallStatus');
|
const overallBar = document.getElementById('overallStatus');
|
||||||
const icon = overallBar.querySelector('.overall-status-icon');
|
const icon = overallBar.querySelector('.summary-icon');
|
||||||
const title = overallBar.querySelector('.overall-status-title');
|
const title = overallBar.querySelector('.summary-title');
|
||||||
const subtitle = document.getElementById('overall-status-subtitle');
|
const subtitle = document.getElementById('summary-subtitle');
|
||||||
const onlineCount = document.getElementById('onlineCount');
|
const onlineCount = document.getElementById('onlineCount');
|
||||||
const totalCount = document.getElementById('totalCount');
|
const totalCount = document.getElementById('totalCount');
|
||||||
|
|
||||||
@@ -164,7 +164,7 @@ function updateOverallStatus(services) {
|
|||||||
onlineCount.textContent = online;
|
onlineCount.textContent = online;
|
||||||
totalCount.textContent = total;
|
totalCount.textContent = total;
|
||||||
|
|
||||||
// Remove all status classes (reuse status-card classes)
|
// Remove all status classes
|
||||||
overallBar.classList.remove('online', 'degraded', 'offline');
|
overallBar.classList.remove('online', 'degraded', 'offline');
|
||||||
icon.classList.remove('operational', 'partial', 'major', 'loading');
|
icon.classList.remove('operational', 'partial', 'major', 'loading');
|
||||||
|
|
||||||
@@ -173,21 +173,21 @@ function updateOverallStatus(services) {
|
|||||||
// All systems operational
|
// All systems operational
|
||||||
overallBar.classList.add('online');
|
overallBar.classList.add('online');
|
||||||
icon.classList.add('operational');
|
icon.classList.add('operational');
|
||||||
icon.textContent = '✓';
|
icon.textContent = '\u2713';
|
||||||
title.textContent = 'All Systems Operational';
|
title.textContent = 'All Systems Operational';
|
||||||
subtitle.textContent = `All ${total} services are running normally`;
|
subtitle.textContent = `All ${total} services are running normally`;
|
||||||
} else if (offline >= Math.ceil(total / 2)) {
|
} else if (offline >= Math.ceil(total / 2)) {
|
||||||
// Major outage (50% or more offline)
|
// Major outage (50% or more offline)
|
||||||
overallBar.classList.add('offline');
|
overallBar.classList.add('offline');
|
||||||
icon.classList.add('major');
|
icon.classList.add('major');
|
||||||
icon.textContent = '✕';
|
icon.textContent = '\u2715';
|
||||||
title.textContent = 'Major Outage';
|
title.textContent = 'Major Outage';
|
||||||
subtitle.textContent = `${offline} service${offline !== 1 ? 's' : ''} offline, ${degraded} degraded`;
|
subtitle.textContent = `${offline} service${offline !== 1 ? 's' : ''} offline, ${degraded} degraded`;
|
||||||
} else if (offline > 0 || degraded > 0) {
|
} else if (offline > 0 || degraded > 0) {
|
||||||
// Partial outage
|
// Partial outage
|
||||||
overallBar.classList.add('degraded');
|
overallBar.classList.add('degraded');
|
||||||
icon.classList.add('partial');
|
icon.classList.add('partial');
|
||||||
icon.textContent = '⚠';
|
icon.textContent = '\u26A0';
|
||||||
title.textContent = 'Partial Outage';
|
title.textContent = 'Partial Outage';
|
||||||
if (offline > 0 && degraded > 0) {
|
if (offline > 0 && degraded > 0) {
|
||||||
subtitle.textContent = `${offline} offline, ${degraded} degraded`;
|
subtitle.textContent = `${offline} offline, ${degraded} degraded`;
|
||||||
@@ -199,7 +199,7 @@ function updateOverallStatus(services) {
|
|||||||
} else {
|
} else {
|
||||||
// Unknown state
|
// Unknown state
|
||||||
icon.classList.add('loading');
|
icon.classList.add('loading');
|
||||||
icon.textContent = '◐';
|
icon.textContent = '\u25D0';
|
||||||
title.textContent = 'Status Unknown';
|
title.textContent = 'Status Unknown';
|
||||||
subtitle.textContent = 'Waiting for service data';
|
subtitle.textContent = 'Waiting for service data';
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<div class="project {{ classes }}" data-aos="fade-up">
|
<div class="project {{ classes }}" data-aos="fade-up">
|
||||||
<div class="projTitle">
|
<div class="projTitle">
|
||||||
<h3>{{ title }}</h3>
|
<h3>{{ title }}</h3>
|
||||||
<p><span class="status-dot {{ status }}"></span> {{ status }}</p>
|
<p><span class="state-dot {{ status }}"></span> {{ status }}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="projBody mobileV">
|
<div class="projBody mobileV">
|
||||||
<div class="projImage">
|
<div class="projImage">
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<div class="foregroundContent">
|
<div class="foregroundContent">
|
||||||
<h2 class='concentratedHead'>Service Status Monitor</h2>
|
<h2 class='concentratedHead'>Service Status Monitor</h2>
|
||||||
|
|
||||||
<div class="status-legend">
|
<div class="info-box">
|
||||||
<div class='flex spaceBetween'>
|
<div class='flex spaceBetween'>
|
||||||
<div>
|
<div>
|
||||||
<span id="lastUpdate">Last checked: Loading...</span>
|
<span id="lastUpdate">Last checked: Loading...</span>
|
||||||
@@ -17,28 +17,28 @@
|
|||||||
<h4>Status Legend</h4>
|
<h4>Status Legend</h4>
|
||||||
<div class="legend-items">
|
<div class="legend-items">
|
||||||
<div class="legend-item">
|
<div class="legend-item">
|
||||||
<span class="status-dot online"></span>
|
<span class="state-dot online"></span>
|
||||||
<span>Operational (response successful)</span>
|
<span>Operational (response successful)</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="legend-item">
|
<div class="legend-item">
|
||||||
<span class="status-dot degraded"></span>
|
<span class="state-dot degraded"></span>
|
||||||
<span>Degraded (timeout or errors)</span>
|
<span>Degraded (timeout or errors)</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="legend-item">
|
<div class="legend-item">
|
||||||
<span class="status-dot offline"></span>
|
<span class="state-dot offline"></span>
|
||||||
<span>Offline (unreachable)</span>
|
<span>Offline (unreachable)</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Overall Status Bar -->
|
<!-- Overall Status Bar -->
|
||||||
<div class="status-card overall-status-card" id="overallStatus">
|
<div class="info-card summary-card" id="overallStatus">
|
||||||
<div class="overall-status-content">
|
<div class="summary-content">
|
||||||
<div class="overall-status-indicator">
|
<div class="summary-indicator">
|
||||||
<span class="overall-status-icon loading">◐</span>
|
<span class="summary-icon loading">◐</span>
|
||||||
<div>
|
<div>
|
||||||
<h3 class="overall-status-title">Checking Systems...</h3>
|
<h3 class="summary-title">Checking Systems...</h3>
|
||||||
<h5 id="overall-status-subtitle">Loading service status</h5>
|
<h5 id="summary-subtitle">Loading service status</h5>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex spaceBetween">
|
<div class="flex spaceBetween">
|
||||||
@@ -54,41 +54,41 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="status-container">
|
<div class="card-grid">
|
||||||
{% for service in var.services %}
|
{% for service in var.services %}
|
||||||
<a href="{{ service.url }}">
|
<a href="{{ service.url }}">
|
||||||
<div class="status-card" id="status-{{ service.id }}">
|
<div class="info-card" id="status-{{ service.id }}">
|
||||||
<div class="status-header">
|
<div class="card-header">
|
||||||
<h3>{{ service.name }}</h3>
|
<h3>{{ service.name }}</h3>
|
||||||
<div class="status-indicator">
|
<div class="state-indicator">
|
||||||
<span class="status-dot loading"></span>
|
<span class="state-dot loading"></span>
|
||||||
<span class="status-text">Loading...</span>
|
<span class="state-text">Loading...</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="status-details">
|
<div class="card-body">
|
||||||
<div class="status-metric">
|
<div class="metric-row">
|
||||||
<span class="metric-label">Response Time:</span>
|
<span class="metric-label">Response Time:</span>
|
||||||
<span class="metric-value" id="time-{{ service.id }}">--</span>
|
<span class="metric-value" id="time-{{ service.id }}">--</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="status-metric">
|
<div class="metric-row">
|
||||||
<span class="metric-label">Status Code:</span>
|
<span class="metric-label">Status Code:</span>
|
||||||
<span class="metric-value" id="code-{{ service.id }}">--</span>
|
<span class="metric-value" id="code-{{ service.id }}">--</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="status-metric">
|
<div class="metric-row">
|
||||||
<span class="metric-label">Total Checks:</span>
|
<span class="metric-label">Total Checks:</span>
|
||||||
<span class="metric-value" id="checks-{{ service.id }}">--</span>
|
<span class="metric-value" id="checks-{{ service.id }}">--</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="status-uptime">
|
<div class="card-footer">
|
||||||
<div class="uptime-label">Uptime:</div>
|
<div class="detail-label">Uptime:</div>
|
||||||
<div class="uptime-values" id="uptime-{{ service.id }}">Loading...</div>
|
<div class="detail-values" id="uptime-{{ service.id }}">Loading...</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="status-legend">
|
<div class="info-box">
|
||||||
<h4>About This Monitor</h4>
|
<h4>About This Monitor</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>Check Frequency:</strong> Services are checked automatically every 30 minutes from the server</li>
|
<li><strong>Check Frequency:</strong> Services are checked automatically every 30 minutes from the server</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user