mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
create function and tag with Id
This commit is contained in:
@@ -634,6 +634,9 @@ $usageStatsEnabled = $this->getParam('usageStatsEnabled',true);
|
||||
|
||||
<input type="hidden" name="functionId" data-ls-bind="{{router.params.id}}" />
|
||||
|
||||
<label for="tagId">Tag Id</label>
|
||||
<input type="text" id="tagId" name="tagId" required autocomplete="off" class="margin-bottom" placeholder="node main.js" />
|
||||
|
||||
<label for="tag-command">Command</label>
|
||||
<input type="text" id="tag-command" name="command" required autocomplete="off" class="margin-bottom" placeholder="node main.js" />
|
||||
|
||||
|
||||
@@ -106,6 +106,9 @@ $runtimes = $this->getParam('runtimes', []);
|
||||
data-failure-param-alert-text="Failed to create function"
|
||||
data-failure-param-alert-classname="error">
|
||||
|
||||
<label for="functionId">Id</label>
|
||||
<input type="text" id="functionId" name="functionId" required autocomplete="off" class="margin-bottom" maxlength="128" />
|
||||
|
||||
<label for="name">Name</label>
|
||||
<input type="text" id="name" name="name" required autocomplete="off" class="margin-bottom" maxlength="128" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user