Skip to content

Commit

Permalink
Update console.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gnh1201 committed Jun 25, 2024
1 parent 243cadd commit 0c393a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h1>Caterpillar Proxy Web Console</h1>

term.echo('', {
finalize: function($div) {
$div.children().last().append($("#map").css("height", "160px"));
$div.children().last().append($("#map").css("height", "130px"));
map.setView([geodata.lat, geodata.lon], 13);
var circle = L.circle([geodata.lat, geodata.lon], {
color: 'red',
Expand Down

0 comments on commit 0c393a1

Please sign in to comment.