-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from cloudiator/development
Development
- Loading branch information
Showing
41 changed files
with
686 additions
and
536 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 23 additions & 14 deletions
37
src/app/components/clouds/cloud-overview/cloud-overview.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,33 @@ | ||
<div style="height: 100%;"> | ||
<div class="hero"> | ||
<div class="hero-body"> | ||
<div class="container"> | ||
<h1 class="title">Clouds</h1> | ||
<div class="hero"> | ||
<div class="hero-body"> | ||
<div class="container"> | ||
<h1 class="title">Clouds</h1> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<section class="section"> | ||
<div class="is-flowing is-gaping"> | ||
<section class="section"> | ||
<div class="is-flowing is-gaping"> | ||
|
||
<app-cloud-card *ngFor="let cloud of clouds" [cloud]="cloud"></app-cloud-card> | ||
<ng-container *ngIf="!(cloudIsLoading$ | async); else cloudLoader"> | ||
<app-cloud-card *ngFor="let cloud of clouds" [cloud]="cloud"></app-cloud-card> | ||
</ng-container> | ||
<ng-template #cloudLoader> | ||
<div class="card button is-secondary is-hoverable" | ||
style="min-width: 15em; min-height: 5em; padding: 0 0; display: flex; flex-direction: column; "> | ||
<div class="text-loading-animation" style="border-radius: 3rem; width: 11em; margin-bottom: 0.5em">‍</div> | ||
<div class="text-loading-animation" style="border-radius: 3rem; width: 10em; height: 1em">‍</div> | ||
</div> | ||
</ng-template> | ||
|
||
<!-- Add new cloud button --> | ||
<a class="card button has-background-grey-lighter is-hoverable" routerLink="/new-cloud" routerLinkActive="active" | ||
style="min-width: 15em; min-height: 5em"> | ||
<!-- Add new cloud button --> | ||
<a class="card button has-background-grey-lighter is-hoverable" routerLink="/new-cloud" routerLinkActive="active" | ||
style="min-width: 15em; min-height: 5em"> | ||
<span class="icon is-large" style="width: 100%; height: 100%;"> | ||
<i class="fas fa-plus fa-3x"></i> | ||
</span> | ||
</a> | ||
</div> | ||
</section> | ||
</a> | ||
</div> | ||
</section> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
73 changes: 0 additions & 73 deletions
73
src/app/components/hardware/hardware-overview/hardware-overview.component.html
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
src/app/components/hardware/hardware-overview/hardware-overview.component.scss
This file was deleted.
Oops, something went wrong.
62 changes: 0 additions & 62 deletions
62
src/app/components/images/images-overview/images-overview.component.html
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
src/app/components/images/images-overview/images-overview.component.scss
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.