Work on admin web interface
This commit is contained in:
parent
d635420a9f
commit
181953a9f0
16 changed files with 729 additions and 0 deletions
11
admin/static/views/team-new.html
Normal file
11
admin/static/views/team-new.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<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>
|
||||
Reference in a new issue