1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-18 10:07:02 +00:00

ui: Display server configuration on status page

This commit is contained in:
James Hillyerd
2018-11-26 22:19:37 -08:00
parent 7a16f64ff0
commit 9b3049562d
7 changed files with 326 additions and 50 deletions

View File

@@ -462,6 +462,10 @@ nav.tab-bar a.active:hover {
flex-basis: 15em;
}
.metric .text-value {
flex-basis: 40em;
}
.metric .graph {
flex-basis: 25em;
}