chore: panel in condensed mode by default
This commit is contained in:
parent
2a2f38e3cd
commit
a516cbd2a3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue