1
0
Fork 0
mirror of synced 2024-10-01 01:37:56 +13:00

fix(ui): document link

This commit is contained in:
Torsten Dittmann 2022-06-29 16:44:24 +02:00
parent 08704e8c93
commit 1b9f6ba58e

View file

@ -92,7 +92,7 @@ $logs = $this->getParam('logs', null);
</td>
<template x-for="attr in attributes">
<td x-show="attr.status === 'available'" :data-title="attr.key + ':'">
<a :href="`/console/databases/document?id=${doc.$id}&collection=${doc.$collection}&databaseId={{databaseId}}&project=${project}`">
<a :href="`/console/databases/document?id=${doc.$id}&collection=${doc.$collection}&databaseId=${databaseId}&project=${project}`">
<span x-text="doc[attr.key] ?? 'n/a'"></span>
</a>
</td>