create function and tag with Id

This commit is contained in:
Damodar Lohani
2021-07-21 11:31:33 +05:45
parent 3e08281ecf
commit c16d709682
2 changed files with 6 additions and 0 deletions
@@ -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" />
+3
View File
@@ -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" />