Merge branch 'api-usage-tracking' of github.com:Budibase/budibase into deployment-api-usage
This commit is contained in:
commit
4ec6fc4a52
|
@ -94,7 +94,7 @@ exports.update = async (apiKey, property, usage) => {
|
||||||
await apiKeyTable.put({ item: keyObj })
|
await apiKeyTable.put({ item: keyObj })
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
throw "Resource limits have been reached"
|
|
||||||
}
|
}
|
||||||
|
throw "Resource limits have been reached"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -99,7 +99,7 @@
|
||||||
{#if schema[header].type === 'attachment'}
|
{#if schema[header].type === 'attachment'}
|
||||||
<AttachmentList files={row[header]} />
|
<AttachmentList files={row[header]} />
|
||||||
{:else if schema[header].type === 'link'}
|
{:else if schema[header].type === 'link'}
|
||||||
<td>{row[header] ? row[header].length : 0} related row(s)</td>
|
<td>{row[header]} related row(s)</td>
|
||||||
{:else if row[header]}
|
{:else if row[header]}
|
||||||
<td>{row[header]}</td>
|
<td>{row[header]}</td>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
Loading…
Reference in New Issue