Skip to content

Commit

Permalink
Auto stash before checking out "origin/main"
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-karasch committed Dec 7, 2024
1 parent cd26684 commit afd246a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions FMS/Pages/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
<img src="~/images/epd-icon.svg" alt="Georgia EPD" class="img-logo" />
<a href="/" aria-label="Home" class="nav-link d-inline-block">File Management System</a>
</div>
<div class="alert alert-danger alert-dismissible fade show" role="alert">
<h2>Notice</h2>
<p>There will be a scheduled major system maintenance outage for all EPD applications from 11AM Saturday 12/7/24 until 6 AM Monday 12/9/24.</p>
<p>Please refer to the <a href="https://status.gaepd.org/">EPD-IT status page</a> for updates.</p>
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close">
</button>
</div>
@if (User.Identity?.IsAuthenticated ?? false)
{
<partial name="_MenuPartial" />
Expand Down
2 changes: 1 addition & 1 deletion FMS/wwwroot/js/formIndex.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$(document).ready(function formIndex() {
setTimeout(function () { $('.alert').alert('close') }, 4000)
setTimeout(function () { $('.alert').alert('close') }, 6000)
});

0 comments on commit afd246a

Please sign in to comment.