1
0
mirror of https://github.com/newnius/YAO-portal.git synced 2025-12-15 17:36:44 +00:00
This commit is contained in:
2019-05-20 15:22:13 +08:00
parent 9bea4ddecf
commit 8bd85029d5
4 changed files with 6 additions and 10 deletions

View File

@@ -246,7 +246,7 @@
<div class="form-group form-group-lg">
<label for="form-agent-ip" class="sr-only">IP</label>
<input type="text" id="form-workspace-name" class="form-control" maxlength="64"
placeholder="" required/>
placeholder="workspace name" required/>
</div>
<label>Type</label>
<div class="form-group form-group-lg">
@@ -255,7 +255,7 @@
<option value="git">git</option>
</select>
</div>
<label>Repo</label>
<label>Git Repo</label>
<div class="form-group form-group-lg">
<label for="form-workspace-git-repo" class="sr-only">Git Repo</label>
<input type="text" id="form-workspace-git-repo" class="form-control"
@@ -265,7 +265,7 @@
<input type="hidden" id="form-workspace-submit-type"/>
<input type="hidden" id="form-workspace-id"/>
<input type="hidden" id="form-workspace-content"/>
<button id="form-workspace-submit" type="submit" class="btn btn-primary btn-lg">Submit</button>
<button id="form-workspace-submit" type="submit" class="btn btn-primary btn-lg">Create</button>
</div>
</form>
</div>