|
|
@ -18,7 +18,7 @@ |
|
|
|
return [{ |
|
|
|
return [{ |
|
|
|
type: "bi.single_select_radio_item", |
|
|
|
type: "bi.single_select_radio_item", |
|
|
|
text: BI.i18nText("BI-Basic_Auto"), |
|
|
|
text: BI.i18nText("BI-Basic_Auto"), |
|
|
|
width: 50, |
|
|
|
width: 70, |
|
|
|
logic: { |
|
|
|
logic: { |
|
|
|
dynamic: true |
|
|
|
dynamic: true |
|
|
|
}, |
|
|
|
}, |
|
|
@ -27,7 +27,7 @@ |
|
|
|
}, { |
|
|
|
}, { |
|
|
|
type: "bi.single_select_radio_item", |
|
|
|
type: "bi.single_select_radio_item", |
|
|
|
text: BI.i18nText("BI-Basic_Custom"), |
|
|
|
text: BI.i18nText("BI-Basic_Custom"), |
|
|
|
width: 60, |
|
|
|
width: 80, |
|
|
|
logic: { |
|
|
|
logic: { |
|
|
|
dynamic: true |
|
|
|
dynamic: true |
|
|
|
}, |
|
|
|
}, |
|
|
|