Skip to content

Commit

Permalink
Update status for Database Connection
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacdonaldson committed Jan 8, 2025
1 parent cf92567 commit e110c86
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 19 deletions.
36 changes: 18 additions & 18 deletions assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -818,16 +818,16 @@ <h1 class="title">
<th>Status</th>
<td class="width-min">
<div class="inline-row">
Unknown
<span class="status-marker bg-disabled"></span>
OK
<span class="status-marker bg-success"></span>
</div>
</td>
</tr>
<tr>
<th>Updated</th>
<td class="width-min">
<time style="white-space: pre">2025-01-07</time>
<time style="white-space: pre">00:31:49</time>
<time style="white-space: pre">2025-01-08</time>
<time style="white-space: pre">00:31:41</time>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -1155,12 +1155,12 @@ <h1 class="title">
</div>

<div class="popup-container">
<div class="popup-target history-marker bg-unknown">&nbsp;</div>
<div class="popup-target history-marker bg-success">&nbsp;</div>
<div class="popup-content">
<span class="entry-date">2025-01-08</span>
<div class="entry-content">
<span class="status-marker bg-unknown"></span>
<small class="entry-notes">Information N/A</small>
<span class="status-marker bg-success"></span>
<small class="entry-notes">No Incident</small>
</div>
</div>
</div>
Expand All @@ -1186,16 +1186,16 @@ <h1 class="title">
<th>Status</th>
<td class="width-min">
<div class="inline-row">
Unknown
<span class="status-marker bg-disabled"></span>
OK
<span class="status-marker bg-success"></span>
</div>
</td>
</tr>
<tr>
<th>Updated</th>
<td class="width-min">
<time style="white-space: pre">2025-01-07</time>
<time style="white-space: pre">00:31:49</time>
<time style="white-space: pre">2025-01-08</time>
<time style="white-space: pre">00:31:41</time>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -1522,12 +1522,12 @@ <h1 class="title">
</div>

<div class="popup-container">
<div class="popup-target history-marker bg-unknown">&nbsp;</div>
<div class="popup-target history-marker bg-success">&nbsp;</div>
<div class="popup-content">
<span class="entry-date">2025-01-08</span>
<div class="entry-content">
<span class="status-marker bg-unknown"></span>
<small class="entry-notes">Information N/A</small>
<span class="status-marker bg-success"></span>
<small class="entry-notes">No Incident</small>
</div>
</div>
</div>
Expand All @@ -1552,16 +1552,16 @@ <h1 class="title">
</tr>
<tr>
<td class="width-auto">
<time style="white-space: pre">2025-01-07</time>
<time style="white-space: pre">2025-01-08</time>
@
<time style="white-space: pre">00:31:49</time>
<time style="white-space: pre">00:31:41</time>
</td>
<td class="width-min" style="text-align: right;">100.00%</td>
<td class="width-min" style="padding-left: 2ch">

<div class="inline-row">
Unknown
<span class="status-marker bg-disabled" style="padding-left: 5ch"></span>
OK
<span class="status-marker bg-success" style="padding-left: 5ch"></span>
</div>
</td>
</tr>
Expand Down
7 changes: 6 additions & 1 deletion config/Database_Connection_history.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Database Connection",
"last_updated": "2025-01-07 00:31:49",
"last_updated": "2025-01-08 00:31:41",
"uptime": null,
"entries": [
{
Expand Down Expand Up @@ -422,6 +422,11 @@
"date": "2025-01-07",
"state": "success",
"notes": "No Incident"
},
{
"date": "2025-01-08",
"state": "success",
"notes": "No Incident"
}
]
}

0 comments on commit e110c86

Please sign in to comment.