Skip to content

Commit

Permalink
Dashboards UI/UX fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
haimkastner committed Jul 11, 2020
1 parent b85d216 commit 77dddda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/app/core/sidebar/sidebar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

<div class="settings-viewer-wrapper">
<div class="settings-viewer-title">
<div class="settings-viewer-title-spacer"> {{ 'REDIRECT_TO_THE_LIGHT_VERSION' | translate }}</div>
<div class="settings-viewer-title-spacer"> <a href="/light-app/index.html">{{ 'REDIRECT_TO_THE_LIGHT_VERSION' | translate }}</a></div>
<button mat-icon-button matTooltipPosition="below" onclick="window.open('/light-app/index.html')"
matTooltip="{{'REDIRECT_TO_THE_LIGHT_VERSION' | translate}}">
<mat-icon>reply</mat-icon>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<app-loader *ngIf="dataLoading"></app-loader>
<div *ngIf="!dataLoading" fxLayout="row wrap" fxFill>
<div *ngIf="!dataLoading" fxLayout="row wrap" fxFill style="overflow: auto;">
<div fxFlex fxLayout="column" fxLayoutAlign="space-between"
*ngFor="let minion of minions" fxFlex.lt-sm="100" fxFlex.sm="50" fxFlex.md="25">

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/light-app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</div>

<div class="dashboard-link-container">
<a class="casanet-title" target="_blank" href="/">Casanet dashboard</a>
<a class="casanet-title" href="/">Casanet dashboard</a>
</div>
</div>

Expand Down

0 comments on commit 77dddda

Please sign in to comment.