mirror of https://github.com/OCA/web.git
[IMP] web_timeline: allign to top instead of bottom
parent
4f9b9606f8
commit
bfcaa0ab7a
|
@ -126,7 +126,7 @@ odoo.define("web_timeline.TimelineView", function (require) {
|
||||||
_preapre_vis_timeline_options: function (attrs) {
|
_preapre_vis_timeline_options: function (attrs) {
|
||||||
return {
|
return {
|
||||||
groupOrder: "order",
|
groupOrder: "order",
|
||||||
orientation: "both",
|
orientation: {axis: "both", item: "top"},
|
||||||
selectable: true,
|
selectable: true,
|
||||||
multiselect: true,
|
multiselect: true,
|
||||||
showCurrentTime: true,
|
showCurrentTime: true,
|
||||||
|
|
Loading…
Reference in New Issue