Added cache size line to env_section

This commit is contained in:
MatthieuLP
2021-03-11 12:17:24 +01:00
committed by plegall
parent 4d3534259e
commit c463435543
@@ -8,5 +8,29 @@
{if isset($GRAPHICS_LIBRARY)}
<li>{'Graphics Library'|@translate}: {$GRAPHICS_LIBRARY}</li>
{/if}
<li>
<span class="cache-size-text">Taille du cache: </span>
<span class="cache-size-value">999 Go</span>
<span class="cache-lastCalculated-text">calculé il y a</span>
<span class="cache-lastCalculated-value">42 mois</span>
<a><span class="icon-arrows-cw"></span>Actulaliser</a>
</li>
</ul>
</fieldset>
</fieldset>
<style>
.cache-size-value {
background: transparent;
padding: 0;
}
.cache-size-text, .cache-size-value {
font-size: 13px;
}
.cache-lastCalculated-text, .cache-lastCalculated-value {
font-size: 10px;
}
</style>