|
|
@ -18,7 +18,6 @@ |
|
|
|
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"), |
|
|
|
hgap: 5, |
|
|
|
|
|
|
|
width: 50, |
|
|
|
width: 50, |
|
|
|
logic: { |
|
|
|
logic: { |
|
|
|
dynamic: true |
|
|
|
dynamic: true |
|
|
@ -28,7 +27,6 @@ |
|
|
|
}, { |
|
|
|
}, { |
|
|
|
type: "bi.single_select_radio_item", |
|
|
|
type: "bi.single_select_radio_item", |
|
|
|
text: BI.i18nText("BI-Basic_Custom"), |
|
|
|
text: BI.i18nText("BI-Basic_Custom"), |
|
|
|
hgap: 5, |
|
|
|
|
|
|
|
width: 60, |
|
|
|
width: 60, |
|
|
|
logic: { |
|
|
|
logic: { |
|
|
|
dynamic: true |
|
|
|
dynamic: true |
|
|
|