Browse Source

Merge branch 'main' into feature/add-icon-to-create-or-update-platform-dialog

pull/3241/head
Thomas Kaul 1 year ago
committed by GitHub
parent
commit
e9bac0291b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 10
      apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html

1
CHANGELOG.md

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added support to override the asset sub class of an asset profile in the asset profile details dialog of the admin control - Added support to override the asset sub class of an asset profile in the asset profile details dialog of the admin control
- Added support to override the url of an asset profile in the asset profile details dialog of the admin control - Added support to override the url of an asset profile in the asset profile details dialog of the admin control
- Added the platform icon to the create or update platform dialog of the admin control - Added the platform icon to the create or update platform dialog of the admin control
- Extended the content of the _Self-Hosting_ section by the data providers on the Frequently Asked Questions (FAQ) page
### Changed ### Changed

10
apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html

@ -107,6 +107,16 @@
</ol> </ol>
</mat-card-content> </mat-card-content>
</mat-card> </mat-card>
<mat-card appearance="outlined" class="mb-3">
<mat-card-header>
<mat-card-title>Which data providers are supported?</mat-card-title>
</mat-card-header>
<mat-card-content
><code>COINGECKO</code>, <code>MANUAL</code> and
<code>YAHOO</code> are officially supported while all other data
providers are considered experimental.</mat-card-content
>
</mat-card>
<mat-card appearance="outlined" class="mb-3"> <mat-card appearance="outlined" class="mb-3">
<mat-card-header> <mat-card-header>
<mat-card-title>Which devices are supported?</mat-card-title> <mat-card-title>Which devices are supported?</mat-card-title>

Loading…
Cancel
Save