chore: panel in condensed mode by default

This commit is contained in:
Yohan Boniface 2024-03-13 19:02:46 +01:00
parent 2a2f38e3cd
commit a516cbd2a3

View file

@ -5,7 +5,7 @@ U.UI = L.Evented.extend({
ALERTS: Array(), ALERTS: Array(),
ALERT_ID: null, ALERT_ID: null,
TOOLTIP_ID: null, TOOLTIP_ID: null,
PANEL_MODE: 'expanded', PANEL_MODE: 'condensed',
initialize: function (parent) { initialize: function (parent) {
this.parent = parent this.parent = parent