1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

update case

This commit is contained in:
Damodar Lohani 2021-07-23 11:33:38 +05:45
parent 0c6f1298e7
commit 73dea8d4b2
4 changed files with 5 additions and 5 deletions

View file

@ -151,7 +151,7 @@ $scopes = $this->getParam('scopes', []);
<input type="hidden" name="projectId" data-ls-bind="{{router.params.project}}" />
<label for="keyId">Id <span class="tooltip large" data-tooltip="Choose any name that will help you distinguish between your different API keys."><i class="icon-question"></i></span></label>
<label for="keyId">ID <span class="tooltip large" data-tooltip="Choose any name that will help you distinguish between your different API keys."><i class="icon-question"></i></span></label>
<input type="text" class="full-width" id="keyId" name="keyId" required autocomplete="off" maxlength="128" />
<section data-forms-select-all>

View file

@ -256,7 +256,7 @@
<input type="hidden" name="projectId" data-ls-bind="{{router.params.project}}" />
<label for="taskId">Id</label>
<label for="taskId">ID</label>
<input type="text" class="full-width" id="taskId" name="taskId" required autocomplete="off" maxlength="128" />
<label data-ls-attrs="for=status" class="margin-bottom">Status

View file

@ -154,7 +154,7 @@ $auth = $this->getParam('auth', []);
data-failure-param-alert-text="Failed to create user"
data-failure-param-alert-classname="error">
<label for="userId">Id</label>
<label for="userId">ID</label>
<input type="text" class="full-width" id="userId" name="userId" value="unique()" required autocomplete="off" maxlength="128" />
<label for="user-name">Name</label>
@ -293,7 +293,7 @@ $auth = $this->getParam('auth', []);
data-failure-param-alert-text="Failed to create team"
data-failure-param-alert-classname="error">
<label for="teamId">Id</label>
<label for="teamId">ID</label>
<input type="text" class="full-width" id="teamId" name="teamId" required autocomplete="off" maxlength="128" />
<hr />

View file

@ -174,7 +174,7 @@ $events = array_keys($this->getParam('events', []));
<input type="hidden" name="projectId" data-ls-bind="{{router.params.project}}" />
<label for="webhookId">Id</label>
<label for="webhookId">ID</label>
<input type="text" class="full-width" id="webhookId" name="webhookId" required autocomplete="off" maxlength="128" />
<section data-forms-select-all>