Change folder architecture !
This commit is contained in:
parent
fe06bd586a
commit
c6186b71c1
10 changed files with 20 additions and 14 deletions
|
@ -14,12 +14,12 @@
|
|||
<div class="form-group">
|
||||
<label label-default="" for="inputUser">User</label>
|
||||
<input class="form-control" id="inputUser"
|
||||
placeholder="Enter email" type="text" ng-model="identityFormData.user">
|
||||
placeholder="Email" type="text" ng-model="identityFormData.user">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label label-default="" for="inputProject">Project</label>
|
||||
<input class="form-control" id="inputProject"
|
||||
placeholder="Password" type="password" ng-model="identityFormData.project">
|
||||
placeholder="Project Name" type="password" ng-model="identityFormData.project">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label label-default="" for="inputPassword">Password</label>
|
||||
|
|
|
@ -17,10 +17,11 @@
|
|||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
||||
|
||||
<ul class="nav navbar-nav">
|
||||
<li class="nav-divider"></li>
|
||||
<li><a href="#">User : {{ username }}</a></li>
|
||||
<li><a href="#">Last Connection : {{ lastconnection }}</a></li>
|
||||
<li><a href="#" >Connection : <span ng-bind-html="connection"></span></a></li>
|
||||
<li class="nav-divider"></li>
|
||||
<li><a href="#">User : {{ username }}</a></li>
|
||||
<li><a href="#">Project Name : {{ projectname }}</a></li>
|
||||
|
||||
<!--<li><a href="#" >Connection : <span ng-bind-html="connection"></span></a></li>-->
|
||||
|
||||
</ul>
|
||||
|
||||
|
@ -31,7 +32,7 @@
|
|||
<li><a href="#">Informations</a></li>
|
||||
<li><a href="#">Settings</a></li>
|
||||
<li role="separator" class="divider"></li>
|
||||
<li><a href="#myModal" data-toggle="modal" data-target="#loginModal">Login</a>
|
||||
<li><a href="#myModal" data-toggle="modal">Logout</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue