|
|
@ -107,7 +107,13 @@ |
|
|
<table> |
|
|
<table> |
|
|
@for (coupon of coupons; track coupon) { |
|
|
@for (coupon of coupons; track coupon) { |
|
|
<tr> |
|
|
<tr> |
|
|
<td class="text-monospace">{{ coupon.code }}</td> |
|
|
<td> |
|
|
|
|
|
<gf-value |
|
|
|
|
|
class="text-monospace" |
|
|
|
|
|
[enableCopyToClipboardButton]="true" |
|
|
|
|
|
[value]="coupon.code" |
|
|
|
|
|
/> |
|
|
|
|
|
</td> |
|
|
<td class="pl-2 text-right"> |
|
|
<td class="pl-2 text-right"> |
|
|
{{ formatStringValue(coupon.duration) }} |
|
|
{{ formatStringValue(coupon.duration) }} |
|
|
</td> |
|
|
</td> |
|
|
|