diff --git a/apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html b/apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html index 93fb24f03..8d4a1a3b0 100644 --- a/apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html +++ b/apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html @@ -489,107 +489,115 @@ - - - -
Splits
-
-
-
-
-

- Activities dated before a split are adjusted at calculation - time. After adding a split, gather the historical market data of - this asset profile again. -

- @if (splits.length > 0) { - - - - - - - - - - @for (split of splits; track split.id) { - - - - + @if (user?.settings?.isExperimentalFeatures) { + + + +
Splits
+
+
+
+
+

+ Activities dated before a split are adjusted at calculation + time. After adding a split, gather the historical market data + of this asset profile again. +

+ @if (splits.length > 0) { +
Date - Split Factor -
- {{ split.date | date: defaultDateFormat }} - - {{ split.factor }} - - -
+ + + + + - } - -
Date + Split Factor +
- } -
- - Date - - + + @for (split of splits; track split.id) { + + + {{ split.date | date: defaultDateFormat }} + + + {{ split.factor }} + + + + + + } + + + } + + - Date + - - - - - Split Factor - - Shares after per 1 share before, e.g. 4 for a 4:1 split or - 0.1 for a 1:10 reverse split + + + + + + Split Factor + + Shares after per 1 share before, e.g. 4 for a 4:1 split + or 0.1 for a 1:10 reverse split + + -
+ Add + + +
- -
+ + } @if (assetProfile?.dataSource === 'MANUAL') {