Purge cache section added.

Need to set cache data dynamicaly
Need to add translation keys
This commit is contained in:
MatthieuLP
2021-03-11 12:09:22 +01:00
committed by plegall
parent 2c15d8f55c
commit 4d3534259e
3 changed files with 90 additions and 13 deletions
+54
View File
@@ -2122,6 +2122,60 @@ legend {text-align:left;}
/* local-layout */
/* You can modify this file */
/* Maintenance */
.template-purge {
height: 100px;
display: flex;
align-items: flex-start;
flex-direction: column;
margin-bottom: 20px;
}
.cache-infos {
margin-bottom: 20px;
}
.cache-infos a {
margin-left: 10px;
font-size: 15px;
}
.cache-size-value {
background: #dddddd;
padding: 1px 8px;
border-radius: 5px;
font-weight: bold;
}
.cache-size-text {
font-size: 15px;
font-weight: bold;
}
.cache-lastCalculated-text, .cache-lastCalculated-value {
font-weight: bold;
}
.multiple-pictures-sizes, .multiple-compiledTemplate-sizes {
background: #dddddd;
padding: 1px 8px;
border-radius: 5px;
font-size: 10px;
font-weight: bold;
color: #777;
}
.multiple-compiledTemplate-sizes {
margin-left: 10px;
}
.multiple-pictures-sizes {
position: absolute;
left: 231px;
margin-top: 25px;
}
/* Tables & forms */
SELECT, TEXTAREA {