Add filter bar for event log view

This commit is contained in:
Johannes Zellner
2016-05-06 17:18:47 +02:00
parent 4c7dc5056d
commit 54c9bb7409
4 changed files with 57 additions and 11 deletions

View File

@@ -1029,3 +1029,15 @@ $graphs-success-alt: lighten(#27CE65, 20%);
}
}
}
.filter {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 2px;
.form-control {
display: inline-block;
width: 200px;
}
}