mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08:00
Fixing settings sharing UI bug #587
This commit is contained in:
parent
5d87b21d2d
commit
3aca3d910d
@ -20,7 +20,7 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr *ngFor="let share of shares">
|
<tr *ngFor="let share of shares">
|
||||||
<td><a [href]="sharingUrl + share.sharingKey">{{share.sharingKey}}</a>,{{sharingUrl}}</td>
|
<td><a [href]="sharingUrl + share.sharingKey">{{share.sharingKey}}</a></td>
|
||||||
<td>{{share.path}}</td>
|
<td>{{share.path}}</td>
|
||||||
<td>{{share.creator.name}}</td>
|
<td>{{share.creator.name}}</td>
|
||||||
<td>{{share.expires | date}}</td>
|
<td>{{share.expires | date}}</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user