mirror of https://github.com/Ombi-app/Ombi
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
768 B
33 lines
768 B
8 years ago
|
@using Ombi.UI.Helpers
|
||
|
@inherits Ombi.UI.Helpers.AngularViewBase
|
||
8 years ago
|
@Html.LoadUserManagementAssets()
|
||
8 years ago
|
|
||
|
|
||
8 years ago
|
<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>
|
||
8 years ago
|
|
||
8 years ago
|
|
||
8 years ago
|
<sidebar></sidebar>
|
||
8 years ago
|
|
||
|
<div>
|
||
|
<div class="container-fluid">
|
||
|
<div>
|
||
8 years ago
|
<br />
|
||
|
<br />
|
||
|
<br />
|
||
8 years ago
|
<div class="col-md-12">
|
||
8 years ago
|
<br />
|
||
|
<br />
|
||
|
<br />
|
||
|
|
||
|
<add-User></add-User>
|
||
8 years ago
|
|
||
8 years ago
|
|
||
8 years ago
|
<table-Component></table-Component>
|
||
8 years ago
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
8 years ago
|
|