File tree Expand file tree Collapse file tree
src/Resources/views/partials Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515- [ #10 ] Add PHP v8 support
1616- [ #11 ] Fix missing "$hitRation" variable when OPCache is disabled
1717
18+ ### Changed
19+
20+ - [ #12 ] Change a red badge of disabled caches to grey
21+
1822## [ v0.2.0] - 2020-02-01
1923
2024### Added
@@ -49,3 +53,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4953[ #9 ] : https://github.com/PabloKowalczyk/CacheStatsBundle/pull/9
5054[ #10 ] : https://github.com/PabloKowalczyk/CacheStatsBundle/pull/10
5155[ #11 ] : https://github.com/PabloKowalczyk/CacheStatsBundle/pull/11
56+ [ #12 ] : https://github.com/PabloKowalczyk/CacheStatsBundle/pull/12
Original file line number Diff line number Diff line change 55{% macro toolbar_Header(title , enabled ) %}
66 <div class =" sf-toolbar-info-piece" >
77 <b >{{ title }}</b >
8- <span class =" sf-toolbar-status sf-toolbar-status-{{ enabled ? ' green' : ' red ' }}" >
8+ <span class =" sf-toolbar-status sf-toolbar-status-{{ enabled ? ' green' : ' grey ' }}" >
99 {{ enabled ? ' Enabled' : ' Disabled' }}
1010 </span >
1111 </div >
You can’t perform that action at this time.
0 commit comments