|
|
@ -16,7 +16,6 @@ const Widget: WidgetType = { |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: Vertical, |
|
|
|
type: Vertical, |
|
|
|
cls: 'bi-background', |
|
|
|
cls: 'bi-background', |
|
|
|
height: 150, |
|
|
|
|
|
|
|
items: [ |
|
|
|
items: [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: CenterAdapt, |
|
|
|
type: CenterAdapt, |
|
|
@ -29,17 +28,14 @@ const Widget: WidgetType = { |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: Label, |
|
|
|
type: Label, |
|
|
|
cls: 'bi-high-light card-font-success', |
|
|
|
cls: 'bi-high-light card-font-success', |
|
|
|
textHeight: 40, |
|
|
|
|
|
|
|
text: numActive, |
|
|
|
text: numActive, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: Label, |
|
|
|
type: Label, |
|
|
|
textHeight: 40, |
|
|
|
|
|
|
|
text: '/', |
|
|
|
text: '/', |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: Label, |
|
|
|
type: Label, |
|
|
|
textHeight: 40, |
|
|
|
|
|
|
|
text: maxActive, |
|
|
|
text: maxActive, |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
], |
|
|
@ -48,7 +44,6 @@ const Widget: WidgetType = { |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: Label, |
|
|
|
type: Label, |
|
|
|
height: 20, |
|
|
|
|
|
|
|
text: BI.i18nText('Dec-Dcm_Active_Connections_Number'), |
|
|
|
text: BI.i18nText('Dec-Dcm_Active_Connections_Number'), |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
], |
|
|
@ -56,7 +51,6 @@ const Widget: WidgetType = { |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: Vertical, |
|
|
|
type: Vertical, |
|
|
|
cls: 'bi-background', |
|
|
|
cls: 'bi-background', |
|
|
|
height: 150, |
|
|
|
|
|
|
|
items: [ |
|
|
|
items: [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: CenterAdapt, |
|
|
|
type: CenterAdapt, |
|
|
@ -69,17 +63,14 @@ const Widget: WidgetType = { |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: Label, |
|
|
|
type: Label, |
|
|
|
cls: 'bi-high-light card-font-heighlight', |
|
|
|
cls: 'bi-high-light card-font-heighlight', |
|
|
|
textHeight: 40, |
|
|
|
|
|
|
|
text: numIdle, |
|
|
|
text: numIdle, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: Label, |
|
|
|
type: Label, |
|
|
|
textHeight: 40, |
|
|
|
|
|
|
|
text: '/', |
|
|
|
text: '/', |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: Label, |
|
|
|
type: Label, |
|
|
|
textHeight: 40, |
|
|
|
|
|
|
|
text: maxIdle, |
|
|
|
text: maxIdle, |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
], |
|
|
@ -88,7 +79,6 @@ const Widget: WidgetType = { |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: Label, |
|
|
|
type: Label, |
|
|
|
height: 20, |
|
|
|
|
|
|
|
text: BI.i18nText('Dec-Dcm_Leisure_Connections_Number'), |
|
|
|
text: BI.i18nText('Dec-Dcm_Leisure_Connections_Number'), |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
], |
|
|
|