Skip to content

Commit 0c393a1

Browse files
committedJun 25, 2024·
Update console.html
1 parent 243cadd commit 0c393a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎console.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h1>Caterpillar Proxy Web Console</h1>
134134

135135
term.echo('', {
136136
finalize: function($div) {
137-
$div.children().last().append($("#map").css("height", "160px"));
137+
$div.children().last().append($("#map").css("height", "130px"));
138138
map.setView([geodata.lat, geodata.lon], 13);
139139
var circle = L.circle([geodata.lat, geodata.lon], {
140140
color: 'red',

0 commit comments

Comments
 (0)
Please sign in to comment.