This repository has been archived on 2025-06-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
server/admin/static/views/team-new.html

11 lines
248 B
HTML

<h2>New team</h2>
<form name="newTeam" novalidate class="form-horizontal">
<div class="row form-group">
<div class="col-sm-offset-2">
<button class="btn btn-primary" ng-click="save()">Create Team</button>
</div>
</div>
</form>