[master | DONE | FIXED] five monitors page: remove arrows for slider-tabs
This commit is contained in:
parent
117a9e225e
commit
a61ce5ce1c
|
@ -51,7 +51,7 @@
|
|||
<div class="uk-container">
|
||||
<div class="uk-padding-small uk-padding-remove-horizontal uk-padding-remove-bottom">
|
||||
<slider-tabs tabsClass="uk-subnav uk-subnav-pill-alt" [border]="false" flexPosition="center" customClass="uk-flex uk-flex-center uk-text-large"
|
||||
containerClass="uk-padding-xsmall uk-blur-background uk-border-rounded-xlarge" connect="#tabs-content">
|
||||
[arrows]="false" containerClass="uk-padding-xsmall uk-blur-background uk-border-rounded-xlarge" connect="#tabs-content">
|
||||
<slider-tab *ngFor="let section of sections; let i = index" [tabTitle]="section"
|
||||
[tabId]="section"></slider-tab>
|
||||
</slider-tabs>
|
||||
|
|
Loading…
Reference in New Issue