Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Feature 886/show message when no bindles (#887)
Browse files Browse the repository at this point in the history
* Channel overview component - frontend

* Switch to the current api endpoint

* Fixed right panel scroll off screen

Signed-off-by: Robert Gogete <gogeterobert@yahoo.com>

* Now ignores itself when checking for unique name

Signed-off-by: Robert Gogete <gogeterobert@yahoo.com>

* Added a message when there are no bindles

Signed-off-by: Robert Gogete <gogeterobert@yahoo.com>

* Edited missing bindles message

Signed-off-by: Robert Gogete <gogeterobert@yahoo.com>

Co-authored-by: Stefan Nedelcu <nedelcu.stefan17@yahoo.com>
Co-authored-by: Stefan Nedelcu <60442811+StefanNedelcu@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 16, 2022
1 parent 8fee82b commit 7166814
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
<div *ngIf="submitted && f['storageId'].errors" class="panel-block help is-danger">
<div *ngIf="f['storageId'].errors['required']">Storage ID is required.</div>
</div>
<div *ngIf="!storageList?.length" class="panel-block help is-danger">
No bindles available. <span *ngIf="!storageQuery.length">&nbsp;Add by running `spin bindle push` </span>
</div>
<div class="panel-block buttons is-right">
<button [disabled]="loading" class="button is-primary">
<span *ngIf="loading" class="spinner-border spinner-border-sm mr-1"></span>
Expand Down

0 comments on commit 7166814

Please sign in to comment.