From 0c393a1338d2fcedb31ee6c6174562712a97e034 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 25 Jun 2024 17:28:05 +0900 Subject: [PATCH] Update console.html --- console.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console.html b/console.html index 2db76e3..c1fedee 100644 --- a/console.html +++ b/console.html @@ -134,7 +134,7 @@

Caterpillar Proxy Web Console

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',