Skip to content

Commit 531e39a

Browse files
committed
better docker visualization
1 parent 4730b89 commit 531e39a

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

views/main/partials/profilers.cfm

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@
66
Ip
77
</th>
88
<th align="left" width="150">
9-
Server<br>
10-
Thread<br>
11-
Docker Info
9+
Server Info
1210
</th>
1311
<th align="left" width="75">
14-
Response Type
12+
Response
1513
</th>
1614
<th align="left">
1715
Request
@@ -54,16 +52,23 @@
5452

5553
<!--- Machine Info + Thread Info --->
5654
<td>
57-
<div>
55+
<div title="Machine Host">
5856
#thisProfiler.inetHost#
5957
</div>
60-
<div class="mt5">
58+
59+
<div class="mt5" title="Thread Info">
6160
#thisProfiler.threadInfo.replaceNoCase( "Thread", "" )#
6261
</div>
6362

64-
<cfif len( thisProfiler.dockerHost )>
63+
<cfif len( thisProfiler.dockerHost ) and thisProfiler.inetHost neq thisProfiler.dockerHost>
64+
<div class="mt5">
65+
#thisProfiler.dockerHost#
66+
</div>
67+
</cfif>
68+
69+
<cfif thisProfiler.dockerIp neq "127.0.0.1">
6570
<div class="mt5">
66-
#thisProfiler.dockerHost# / #thisProfiler.dockerIp#
71+
#thisProfiler.dockerIp#
6772
</div>
6873
</cfif>
6974
</td>

0 commit comments

Comments
 (0)