mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 13:53:19 -07:00
The move!
This commit is contained in:
parent
1daf480b1b
commit
25526cc4d9
1147 changed files with 85 additions and 8524 deletions
32
Old/Ombi.UI/Views/UserManagement/Index.cshtml
Normal file
32
Old/Ombi.UI/Views/UserManagement/Index.cshtml
Normal file
|
@ -0,0 +1,32 @@
|
|||
@using Ombi.UI.Helpers
|
||||
@inherits Ombi.UI.Helpers.AngularViewBase
|
||||
@Html.LoadUserManagementAssets()
|
||||
|
||||
|
||||
<div id="wrapper" class="toggled" ng-controller="userManagementController" ng-init="init()" ng-cloak>
|
||||
<span us-spinner="{radius:30, width:8, length: 16, color: '#ffffff' }"></span>
|
||||
|
||||
|
||||
<sidebar></sidebar>
|
||||
|
||||
<div>
|
||||
<div class="container-fluid">
|
||||
<div>
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<div class="col-md-12">
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<add-User></add-User>
|
||||
|
||||
|
||||
<table-Component></table-Component>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue