1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-06 11:27:18 +00:00

Add connection status indicator for #44

This commit is contained in:
James Hillyerd
2017-01-21 20:47:10 -08:00
parent 9ae428ca44
commit e14e97919f
3 changed files with 12 additions and 0 deletions

View File

@@ -86,3 +86,7 @@ table.metrics {
cursor: pointer;
font-size: 12px;
}
#conn-status {
font-style: italic;
}