Skip to content

Commit

Permalink
HELLODATA-1881 - add sftpgo logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Slawomir Wieczorek committed Jan 13, 2025
1 parent 756eb36 commit d2ba55c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<h2 class="content-block">Workspaces</h2>
<div *ngIf="(appInfos$ | async) as appInfos" class="card">
<div class="grid">
Expand All @@ -12,16 +11,23 @@ <h2 class="content-block">Workspaces</h2>
</tr>
<tr>
<td style="text-align: center; padding: 5px; font-size: 1em">
{{item.instanceName}}<br>
{{ item.instanceName }}<br>
</td>
</tr>
<tr>
<td style="text-align: center">
<img *ngIf="item.moduleType === 'SUPERSET'" alt="Superset" class="logo" src="assets/workspaces/logos/superset.png"/>
<img *ngIf="item.moduleType === 'AIRFLOW'" alt="Airflow" class="logo" src="assets/workspaces/logos/airflow.png"/>
<img *ngIf="item.moduleType === 'DBT_DOCS'" alt="DBT Docs" class="logo" src="assets/workspaces/logos/dbt.svg"/>
<img *ngIf="item.moduleType === 'CLOUDBEAVER'" alt="Cloudbeaver" class="logo" src="assets/workspaces/logos/cloudbeaver.png"/>
<img *ngIf="item.moduleType === 'JUPYTERHUB'" alt="Jupyterhub" class="logo" src="assets/workspaces/logos/jupyterhub.png"/>
<img *ngIf="item.moduleType === 'SUPERSET'" alt="Superset" class="logo"
src="assets/workspaces/logos/superset.png"/>
<img *ngIf="item.moduleType === 'AIRFLOW'" alt="Airflow" class="logo"
src="assets/workspaces/logos/airflow.png"/>
<img *ngIf="item.moduleType === 'DBT_DOCS'" alt="DBT Docs" class="logo"
src="assets/workspaces/logos/dbt.svg"/>
<img *ngIf="item.moduleType === 'CLOUDBEAVER'" alt="Cloudbeaver" class="logo"
src="assets/workspaces/logos/cloudbeaver.png"/>
<img *ngIf="item.moduleType === 'JUPYTERHUB'" alt="Jupyterhub" class="logo"
src="assets/workspaces/logos/jupyterhub.png"/>
<img *ngIf="item.moduleType === 'SFTPGO'" alt="SftpGO" class="logo"
src="assets/workspaces/logos/sftpgo-logo.png"/>
</td>
</tr>
</table>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d2ba55c

Please sign in to comment.