Skip to content

Commit

Permalink
Prepare for release 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
LKaemmerling committed Feb 1, 2018
1 parent 37de78e commit 7660383
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/floatingIPs/floatingIPs.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ <h2>{{ _floating_ip.description }}</h2>
<i class="fas fa-trash"></i>
</button>
</ion-item-options>
<ion-item-options side="right">
<!--<ion-item-options side="right">
<button ion-button color="primary" (click)="select(_floating_ip,slidingItem)">
<i class="fas fa-info"></i>
</button>
</ion-item-options>
</ion-item-options>-->
</ion-item-sliding>
<ion-item *ngIf="_floating_ips == null || _floating_ips.length == 0">
Oh! Es sieht so aus als wäre hier noch keine Floating IPs hinterlegt.
Expand Down

0 comments on commit 7660383

Please sign in to comment.