Add ability to pick the dates of the logs viewed
This commit is contained in:
parent
7b38482fd9
commit
a3b834cd66
8 changed files with 909 additions and 54 deletions
|
@ -160,6 +160,13 @@ i.toggle-icon:hover {
|
|||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.logs-view-element .header input {
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
border: 1px solid #eee;
|
||||
padding: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.logs-view-element .header .right {
|
||||
float: right;
|
||||
|
|
Reference in a new issue