From 469c1936b493d09a70e6866d29213dfa232d8535 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Wed, 26 Jun 2024 20:38:12 +0200 Subject: [PATCH] Bugfix/fix horizontal overflow in historical market data table of admin control panel (#3515) * Fix horizontal overflow * Update changelog --- CHANGELOG.md | 1 + .../admin-market-data/admin-market-data.html | 374 +++++++++--------- 2 files changed, 189 insertions(+), 186 deletions(-) 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 @@
- |
- - {{ element.symbol }} - | -
---|
+ |
+ + {{ element.symbol }} + | +
- |
-
- {{ element.name }}
- @if (!isUUID(element.symbol)) {
-
- {{
- element.symbol | gfSymbol
- }}
-
- }
- |
- - |
+ |
+
+ {{ element.name }}
+ @if (!isUUID(element.symbol)) {
+
+ {{
+ element.symbol | gfSymbol
+ }}
+
+ }
+ |
+ + |
- |
- - {{ element.dataSource }} - | -
+ |
+ + {{ element.dataSource }} + | +
- |
- - {{ element.assetClass }} - | -
+ |
+ + {{ element.assetClass }} + | +
- |
- - {{ element.assetSubClass }} - | -
+ |
+ + {{ element.assetSubClass }} + | +
- |
- - {{ (element.date | date: defaultDateFormat) ?? '' }} - | -
+ |
+ + {{ (element.date | date: defaultDateFormat) ?? '' }} + | +
- |
- - {{ element.activitiesCount }} - | -
+ |
+ + {{ element.activitiesCount }} + | +
- |
- - {{ element.marketDataItemCount }} - | -
+ |
+ + {{ element.marketDataItemCount }} + | +
- |
- - {{ element.sectorsCount }} - | -
+ |
+ + {{ element.sectorsCount }} + | +
- |
- - {{ element.countriesCount }} - | -
+ |
+ + {{ element.countriesCount }} + | +- |
- @if (element.comment) {
- |
- + |
+ @if (element.comment) {
+ |
+
-
- |
-
-
-
+
+ |
+
-
- |
-
+ |
+
---|