Skip to content

Commit 30303be

Browse files
authored
Merge pull request #127 from EventStore/scavenge-note
Add scavenge note
2 parents 82d94b2 + da14905 commit 30303be

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

src/css/main.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,3 +484,19 @@ kbd {
484484
text-align: center; }
485485
.site-footer p {
486486
margin: 0; }
487+
488+
.note,.note--warning
489+
{
490+
-moz-box-sizing:border-box;
491+
box-sizing:border-box;display:block;margin:1.5rem 0;
492+
padding:1.5rem;
493+
background:#EEF3FF;
494+
color:#00216f;
495+
border-left:0.75rem solid #bbcfff;
496+
font-style:italic
497+
}
498+
.note--warning{
499+
background:#FFF6CA;
500+
color:#4b3e00;
501+
border-left:0.75rem solid #ffed97
502+
}

src/js/modules/admin/templates/templates.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/js/modules/admin/views/admin.tpl.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ <h2 class="page-title">Admin</h2>
5454
</tr>
5555
</tbody>
5656
</table>
57+
<span class="note--warning">
58+
If the progress of your scavenge(s) does not appear to be updating, this might indicate that there was an issue writing the status to disk. Please consult your logs.
59+
</span>
5760
<ul class="page-nav">
5861
<li class="page-nav__item">
5962
<a href="#/streams/$scavenges">Scavenge History</button>

0 commit comments

Comments
 (0)