mirror of https://github.com/Ombi-app/Ombi
Added a user management section (not yet complete) Added the api to the solution and a api key in the settings (currently only gets the requests).pull/226/head
parent
741a4ae75c
commit
98eadc9cc6
@ -0,0 +1,14 @@
|
|||||||
|
@using PlexRequests.UI.Helpers
|
||||||
|
@{
|
||||||
|
var baseUrl = Html.GetBaseUrl().ToHtmlString();
|
||||||
|
var url = string.Empty;
|
||||||
|
if (!string.IsNullOrEmpty(baseUrl))
|
||||||
|
{
|
||||||
|
url = "/" + baseUrl;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
<h2>User Management</h2>
|
||||||
|
|
||||||
|
<button class="btn btn-success-outline" type="submit">Create User <div class="fa fa-plus"/></button>
|
Loading…
Reference in new issue