1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

Adjust form metadata

This commit is contained in:
kodumbeats 2021-03-11 08:02:18 -05:00
parent a737b23fa5
commit 84e5577934

View file

@ -579,10 +579,10 @@ $usageStatsEnabled = $this->getParam('usageStatsEnabled',true);
data-failure-param-alert-text="Failed to execute function" data-failure-param-alert-text="Failed to execute function"
data-failure-param-alert-classname="error"> data-failure-param-alert-classname="error">
<label for="tag-command">APPWRITE_FUNCTION_DATA</label> <label for="execution-data">APPWRITE_FUNCTION_DATA</label>
<input type="text" id="execution-data" name="execution-data" required autocomplete="off" class="margin-bottom" placeholder="data string (optional)" /> <input type="text" id="execution-data" name="data" required autocomplete="off" class="margin-bottom" placeholder="data string (optional)" />
<button style="vertical-align: top;">Execute Now</button> <button type="submit" style="vertical-align: top;">Execute Now</button>
</form> </form>
</div> </div>
<div data-ui-modal class="modal close box sticky-footer" data-button-hide="on" data-open-event="deploy-tag"> <div data-ui-modal class="modal close box sticky-footer" data-button-hide="on" data-open-event="deploy-tag">