improve history graph

- JS optimized to avoid duplicate code
- Page redesigned with the help of the frameworks provides by AdminLTE
- Modification of the chart for a better presentation
- Headlines changed
This commit is contained in:
leiweibau
2022-07-14 18:43:38 +02:00
parent d4b25ff89b
commit b3bfe79ec9
9 changed files with 264 additions and 267 deletions

View File

@@ -674,9 +674,6 @@ input[type="password"]::-webkit-caps-lock-indicator {
border-spacing: 0em;
font-weight: 400;
font-size: 15px;
width: 95%;
width: 100%;
margin: auto;
margin-top: 40px;
margin-bottom: 40px;
border: solid 1px #606060;
}

View File

@@ -490,11 +490,8 @@
border-spacing: 0em;
font-weight: 400;
font-size: 15px;
width: 95%;
width: 100%;
margin: auto;
margin-top: 40px;
margin-bottom: 40px;
border: solid 1px #ddd;
}
.db_info_table_row {
@@ -522,7 +519,6 @@
font-size: 16px;
vertical-align: middle;
padding: 10px;
padding-right: 15px;
}
.ajax_scripts_loading {
@@ -530,4 +526,4 @@ background-image: url('../img/Loading_Animation.gif');
background-repeat: no-repeat;
background-position: center;
height: 50px;
}
}