Moved notification settings to DB

This commit is contained in:
Henry Whitaker
2020-07-07 20:51:57 +01:00
parent f543e1345c
commit 4ef0303dff
25 changed files with 837 additions and 112 deletions

4
public/css/main.css vendored
View File

@@ -59,3 +59,7 @@
.home-graph {
height: 480px;
}
.form-control:disabled {
cursor: not-allowed;
}