mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Set default placement for tabs in mobile template
This commit is contained in:
parent
bf6f50f14e
commit
e75621fb39
@ -104,6 +104,10 @@ export class Et2Tabs extends Et2InputWidget(SlTabGroup) implements et2_IResizeab
|
|||||||
|
|
||||||
this.extraTabs = [];
|
this.extraTabs = [];
|
||||||
this.addTabs = false;
|
this.addTabs = false;
|
||||||
|
if (egwIsMobile())
|
||||||
|
{
|
||||||
|
this.placement = 'end';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
get value()
|
get value()
|
||||||
|
Loading…
Reference in New Issue
Block a user