|
@ -153,7 +153,7 @@ |
|
|
</p> |
|
|
</p> |
|
|
<button |
|
|
<button |
|
|
v-else |
|
|
v-else |
|
|
class="block w-full text-center text-md uppercase bg-slate-500 text-white px-1.5 py-2 rounded-md mb-2" |
|
|
class="block w-full text-center text-md uppercase bg-blue-600 text-white px-1.5 py-2 rounded-md mb-2" |
|
|
@click="showFullClaim(veriClaim.id)" |
|
|
@click="showFullClaim(veriClaim.id)" |
|
|
> |
|
|
> |
|
|
Load Full Claim Details |
|
|
Load Full Claim Details |
|
@ -166,7 +166,7 @@ |
|
|
<a |
|
|
<a |
|
|
:href="apiServer + '/api/claim/' + veriClaim.id" |
|
|
:href="apiServer + '/api/claim/' + veriClaim.id" |
|
|
target="_blank" |
|
|
target="_blank" |
|
|
class="block w-full text-center text-md uppercase bg-slate-500 text-white px-1.5 py-2 rounded-md mb-2" |
|
|
class="block w-full text-center text-md uppercase bg-blue-600 text-white px-1.5 py-2 rounded-md mb-2" |
|
|
> |
|
|
> |
|
|
View on the Public Server |
|
|
View on the Public Server |
|
|
</a> |
|
|
</a> |
|
|