diff --git a/CHANGELOG.md b/CHANGELOG.md index ef1fd7207..470ae0eb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Improved the style of the table in the data providers management of the admin control panel +- Improved the style of the table in the platform management of the admin control panel +- Improved the style of the table in the tag management of the admin control panel - Improved the historical market data gathering by storing the market prices carried forward for the most recent dates without data from the data provider, distinguished by `isCarriedForward` - Introduced a cooldown of 12 hours for the historical market data gathering of a symbol by retaining the completed jobs diff --git a/apps/client/src/app/components/admin-platform/admin-platform.component.html b/apps/client/src/app/components/admin-platform/admin-platform.component.html index 7c699e557..c349dd9b8 100644 --- a/apps/client/src/app/components/admin-platform/admin-platform.component.html +++ b/apps/client/src/app/components/admin-platform/admin-platform.component.html @@ -9,92 +9,99 @@ Add Platform -
|
- |
-
- |
|---|
| + |
+ |
+
- |
- - {{ element.url }} - | -
+ |
+ + {{ element.name }} + | +
- |
-
- |
-
+ |
+ + {{ element.url }} + | +- | - | +
|---|
|
- |
-
-
-
- @if (isGhostfolioDataProvider(element)) {
-
- Ghostfolio Premium
-
-
-
+
+
|
|---|
|
- |
- - {{ translate(element.name) }} - | -
- |
- - {{ element.userId }} - | -
|---|
|
+ |
+ + {{ translate(element.name) }} + | +
- |
-
- |
-
+ |
+ + {{ element.userId }} + | +
- |
-
- |
-
+ |
+
+ |
+ - |
- |
- |
+ +
+ |
+
+
+
+ |
|
- + |
+
|---|