Skip to content

Commit

Permalink
Merge pull request #7 from matt-fidd/updates
Browse files Browse the repository at this point in the history
Update to v2, add refreshless navigation
  • Loading branch information
citrus-it authored Jun 28, 2021
2 parents 04babe7 + c20ab2b commit 08dfa07
Show file tree
Hide file tree
Showing 4 changed files with 258 additions and 191 deletions.
12 changes: 12 additions & 0 deletions assets/small-loading.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ a {
transform: translate( -50%, -50% );
}

#mini_loader {
margin: 1em;
color: var(--omnios-colour);
}

#overlay {
position: fixed;
display: none;
Expand Down
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ <h3>Settings</h3>

<main id='log_container'>
<div id='topic'></div>
<div id='mini_loader' class='hidden'>
<p>Retrieving logs&#8230;</p>
</div>
<div id='logs'></div>
<div id='fail_msg' class='hidden fail_msg'></div>
<div id='nologs' class='hidden fail_msg'>
Expand Down
Loading

0 comments on commit 08dfa07

Please sign in to comment.