mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
This commit is contained in:
parent
355c998c06
commit
d7c40164cb
6 changed files with 33 additions and 33 deletions
|
@ -1,7 +1,7 @@
|
|||
@inherits PlexRequests.UI.Helpers.AngularViewBase
|
||||
|
||||
<script src="~/Content/app/controllers/userManagement/userManagementController.js"></script>
|
||||
<script src="~/Content/app/services/userManagement/userManagementService.js"></script>
|
||||
<script src="~/Content/app/userManagement/userManagementController.js"></script>
|
||||
<script src="~/Content/app/userManagement/userManagementService.js"></script>
|
||||
<div ng-controller="userManagementController" ng-init="getUsers()">
|
||||
|
||||
<div class="col-md-7">
|
||||
|
@ -10,10 +10,10 @@
|
|||
<div ng-show="error.error" ng-bind="error.errorMessage"></div>
|
||||
<form ng-submit="addUser()">
|
||||
<div class="form-group">
|
||||
<input id="username" type="text" placeholder="user" ng-model="user.username" class="form-control-custom" />
|
||||
<input id="username" type="text" placeholder="user" ng-model="user.username" class="form-control form-control-custom"/>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<input id="password" type="password" placeholder="password" ng-model="user.password" class="form-control-custom" />
|
||||
<input id="password" type="password" placeholder="password" ng-model="user.password" class="form-control form-control-custom" />
|
||||
</div>
|
||||
<input type="submit" class="btn btn-success-outline" value="Add" />
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue