mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +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.addTabs = false;
|
||||
if (egwIsMobile())
|
||||
{
|
||||
this.placement = 'end';
|
||||
}
|
||||
}
|
||||
|
||||
get value()
|
||||
|
Loading…
Reference in New Issue
Block a user