|
|
|
@ -7,23 +7,21 @@
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-lg">
|
|
|
|
|
<div class="d-flex">
|
|
|
|
|
@if (user?.settings?.isExperimentalFeatures) {
|
|
|
|
|
<div class="d-flex">
|
|
|
|
|
<div class="d-none d-lg-block">
|
|
|
|
|
<mat-button-toggle-group
|
|
|
|
|
[formControl]="viewModeFormControl"
|
|
|
|
|
[hideSingleSelectionIndicator]="true"
|
|
|
|
|
>
|
|
|
|
|
<mat-button-toggle i18n-title title="Table" value="TABLE">
|
|
|
|
|
<ion-icon name="reorder-four-outline" />
|
|
|
|
|
</mat-button-toggle>
|
|
|
|
|
<mat-button-toggle i18n-title title="Chart" value="CHART">
|
|
|
|
|
<ion-icon name="grid-outline" />
|
|
|
|
|
</mat-button-toggle>
|
|
|
|
|
</mat-button-toggle-group>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="d-flex">
|
|
|
|
|
<div class="d-none d-lg-block">
|
|
|
|
|
<mat-button-toggle-group
|
|
|
|
|
[formControl]="viewModeFormControl"
|
|
|
|
|
[hideSingleSelectionIndicator]="true"
|
|
|
|
|
>
|
|
|
|
|
<mat-button-toggle i18n-title title="Table" value="TABLE">
|
|
|
|
|
<ion-icon name="reorder-four-outline" />
|
|
|
|
|
</mat-button-toggle>
|
|
|
|
|
<mat-button-toggle i18n-title title="Chart" value="CHART">
|
|
|
|
|
<ion-icon name="grid-outline" />
|
|
|
|
|
</mat-button-toggle>
|
|
|
|
|
</mat-button-toggle-group>
|
|
|
|
|
</div>
|
|
|
|
|
}
|
|
|
|
|
</div>
|
|
|
|
|
<div class="align-items-center d-flex flex-grow-1 justify-content-end">
|
|
|
|
|
<gf-toggle
|
|
|
|
|
class="d-none d-lg-block"
|
|
|
|
|