diff --git a/CHANGELOG.md b/CHANGELOG.md index 106773ae1..c3d3560e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed the dialog position (center) on mobile +- Fixed the horizontal overflow in the historical market data table of the admin control panel - Changed the mechanism of the `INTRADAY` data gathering to persist data only if the market state is `OPEN` - Fixed the creation of activities with `MANUAL` data source (with no historical market data) diff --git a/apps/client/src/app/components/admin-market-data/admin-market-data.html b/apps/client/src/app/components/admin-market-data/admin-market-data.html index e3a16dd62..0606b136a 100644 --- a/apps/client/src/app/components/admin-market-data/admin-market-data.html +++ b/apps/client/src/app/components/admin-market-data/admin-market-data.html @@ -11,208 +11,210 @@
- - - - - +
+
- Symbol - - {{ element.symbol }} -
+ + + + - - - - - + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - + - + + + + + Edit + + + + + + - - -
+ Symbol + + {{ element.symbol }} + - Name - -
{{ element.name }}
- @if (!isUUID(element.symbol)) { -
- {{ - element.symbol | gfSymbol - }} -
- } -
+ Name + +
{{ element.name }}
+ @if (!isUUID(element.symbol)) { +
+ {{ + element.symbol | gfSymbol + }} +
+ } +
- Data Source - - {{ element.dataSource }} - + Data Source + + {{ element.dataSource }} + - Asset Class - - {{ element.assetClass }} - + Asset Class + + {{ element.assetClass }} + - Asset Sub Class - - {{ element.assetSubClass }} - + Asset Sub Class + + {{ element.assetSubClass }} + - First Activity - - {{ (element.date | date: defaultDateFormat) ?? '' }} - + First Activity + + {{ (element.date | date: defaultDateFormat) ?? '' }} + - Activities Count - - {{ element.activitiesCount }} - + Activities Count + + {{ element.activitiesCount }} + - Historical Data - - {{ element.marketDataItemCount }} - + Historical Data + + {{ element.marketDataItemCount }} + - Sectors Count - - {{ element.sectorsCount }} - + Sectors Count + + {{ element.sectorsCount }} + - Countries Count - - {{ element.countriesCount }} - + Countries Count + + {{ element.countriesCount }} + - @if (element.comment) { - - } - + @if (element.comment) { + + } + - - - - - - - - - - + + + + + + + + - -
+ + + +