File tree Expand file tree Collapse file tree 3 files changed +10
-21
lines changed Expand file tree Collapse file tree 3 files changed +10
-21
lines changed Original file line number Diff line number Diff line change @@ -206,8 +206,7 @@ component
206
206
" httpReferer" : cgi .HTTP_REFERER ,
207
207
" formData" : serializeJSON ( form ?: {} ),
208
208
" inetHost" : discoverInetHost (),
209
- " dockerHost" : ( isNull ( cgi .local_host ) ? " " : cgi .local_host ),
210
- " dockerIp" : ( isNull ( cgi .local_addr ) ? " 0.0.0.0" : cgi .local_addr ),
209
+ " localIp" : ( isNull ( cgi .local_addr ) ? " 0.0.0.0" : cgi .local_addr ),
211
210
" luceeId" : ( server .keyExists ( " lucee" ) ? getLuceeID () : {} )
212
211
};
213
212
Original file line number Diff line number Diff line change 128
128
#args .profiler .threadInfo .replaceNoCase ( " Thread" , " " ) #
129
129
</div >
130
130
131
- <cfif len ( args .profiler .dockerHost ) >
132
- <div class =" ml10" title =" Docker Info" >
133
- <svg xmlns =" http://www.w3.org/2000/svg" class =" h-6 w-6" fill =" none" viewBox =" 0 0 24 24" stroke =" currentColor" >
134
- <path stroke-linecap =" round" stroke-linejoin =" round" stroke-width =" 2" d =" M20 7l-8-4-8 4m16 0l-8 4m8-4v10l-8 4m0-10L4 7m8 4v10M4 7v10l8 4" />
135
- </svg >
136
- #args .profiler .dockerHost # / #args .profiler .dockerIp #
137
- </div >
138
- </cfif >
131
+ <div class =" ml10" title =" Machine Ip" >
132
+ <svg xmlns =" http://www.w3.org/2000/svg" class =" h-6 w-6" fill =" none" viewBox =" 0 0 24 24" stroke =" currentColor" >
133
+ <path stroke-linecap =" round" stroke-linejoin =" round" stroke-width =" 2" d =" M20 7l-8-4-8 4m16 0l-8 4m8-4v10l-8 4m0-10L4 7m8 4v10M4 7v10l8 4" />
134
+ </svg >
135
+ #args .profiler .localIp #
136
+ </div >
139
137
140
138
<div class =" ml10" title =" Response Content Type" >
141
139
<svg xmlns =" http://www.w3.org/2000/svg" fill =" none" viewBox =" 0 0 24 24" stroke =" currentColor" >
Original file line number Diff line number Diff line change 60
60
#this Profiler .threadInfo .replaceNoCase ( " Thread" , " " ) #
61
61
</div >
62
62
63
- <cfif len ( this Profiler .dockerHost ) and this Profiler .inetHost neq this Profiler .dockerHost >
64
- <div class =" mt5" >
65
- #this Profiler .dockerHost #
66
- </div >
67
- </cfif >
68
-
69
- <cfif this Profiler .dockerIp neq " 127.0.0.1" >
70
- <div class =" mt5" >
71
- #this Profiler .dockerIp #
72
- </div >
73
- </cfif >
63
+ <div class =" mt5" >
64
+ #this Profiler .localIp #
65
+ </div >
74
66
</td >
75
67
76
68
<!--- Response & Content TYPE --->
You can’t perform that action at this time.
0 commit comments