mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Add Parent Database ID to collection and documents
This commit is contained in:
parent
6a6c7d4b90
commit
2215e4db49
2 changed files with 10 additions and 0 deletions
|
|
@ -583,6 +583,11 @@ $logs = $this->getParam('logs', null);
|
||||||
<input id="id" type="text" autocomplete="off" placeholder="" data-ls-bind="{{project-collection.$id}}" disabled data-forms-copy class="margin-bottom-no" />
|
<input id="id" type="text" autocomplete="off" placeholder="" data-ls-bind="{{project-collection.$id}}" disabled data-forms-copy class="margin-bottom-no" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<label>Database ID</label>
|
||||||
|
<div class="input-copy margin-bottom">
|
||||||
|
<input type="text" autocomplete="off" placeholder="" data-ls-bind="{{router.params.databaseId}}" disabled data-forms-copy class="margin-bottom-no" />
|
||||||
|
</div>
|
||||||
|
|
||||||
<ul class="margin-bottom-large text-fade text-size-small">
|
<ul class="margin-bottom-large text-fade text-size-small">
|
||||||
<li class="margin-bottom-small"><i class="icon-angle-circled-right margin-start-tiny margin-end-tiny"></i>
|
<li class="margin-bottom-small"><i class="icon-angle-circled-right margin-start-tiny margin-end-tiny"></i>
|
||||||
<button data-ls-ui-trigger="open-json"
|
<button data-ls-ui-trigger="open-json"
|
||||||
|
|
|
||||||
|
|
@ -348,6 +348,11 @@ $logs = $this->getParam('logs', null);
|
||||||
<input type="text" autocomplete="off" placeholder="" data-ls-bind="{{router.params.collection}}" disabled data-forms-copy class="margin-bottom-no" />
|
<input type="text" autocomplete="off" placeholder="" data-ls-bind="{{router.params.collection}}" disabled data-forms-copy class="margin-bottom-no" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<label>Database ID</label>
|
||||||
|
<div class="input-copy margin-bottom">
|
||||||
|
<input type="text" autocomplete="off" placeholder="" data-ls-bind="{{router.params.databaseId}}" disabled data-forms-copy class="margin-bottom-no" />
|
||||||
|
</div>
|
||||||
|
|
||||||
<ul class="margin-bottom-large text-fade text-size-small" data-ls-if="({{project-document.$id}})">
|
<ul class="margin-bottom-large text-fade text-size-small" data-ls-if="({{project-document.$id}})">
|
||||||
<li class="margin-bottom-small"><i class="icon-angle-circled-right margin-start-tiny margin-end-tiny"></i>
|
<li class="margin-bottom-small"><i class="icon-angle-circled-right margin-start-tiny margin-end-tiny"></i>
|
||||||
<button data-ls-ui-trigger="open-json"
|
<button data-ls-ui-trigger="open-json"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue