File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Symfony/Bundle/SecurityBundle/Resources/views/Collector Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
{% set is_authenticated = collector .enabled and collector .authenticated %}
8
8
{% set color_code = is_authenticated ? ' ' : ' yellow' %}
9
9
{% else %}
10
- {% set color_code = collector .enabled ? ' red ' : ' ' %}
10
+ {% set color_code = collector .enabled ? ' yellow ' : ' ' %}
11
11
{% endif %}
12
12
13
13
{% set icon %}
35
35
36
36
<div class =" sf-toolbar-info-piece" >
37
37
<b >Authenticated</b >
38
- <span class =" sf-toolbar-status sf-toolbar-status-{{ is_authenticated ? ' green' : ' red ' }}" >{{ is_authenticated ? ' Yes' : ' No' }}</span >
38
+ <span class =" sf-toolbar-status sf-toolbar-status-{{ is_authenticated ? ' green' : ' yellow ' }}" >{{ is_authenticated ? ' Yes' : ' No' }}</span >
39
39
</div >
40
40
41
41
<div class =" sf-toolbar-info-piece" >
45
45
{% else %}
46
46
<div class =" sf-toolbar-info-piece" >
47
47
<b >Authenticated</b >
48
- <span class =" sf-toolbar-status sf-toolbar-status-red " >No</span >
48
+ <span class =" sf-toolbar-status sf-toolbar-status-yellow " >No</span >
49
49
</div >
50
50
{% endif %}
51
51
You can’t perform that action at this time.
0 commit comments