Save graph type/days/tab to config file

* Change input for graph days range
This commit is contained in:
Jonathan Wong 2015-12-13 11:35:33 -08:00
commit c6cc2b8831
4 changed files with 173 additions and 116 deletions

View file

@ -2545,4 +2545,13 @@ table[id^='history_child'] thead th {
}
.notification-params tr:nth-child(even) td {
background-color: rgba(255,255,255,0.010);
}
#days-selection label {
margin-bottom: 0;
}
#graph-days {
margin: 0;
width: 75px;
height: 34px;
}