mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
minor dashboard cleanup
This commit is contained in:
parent
0f4e147e72
commit
c24735332f
29 changed files with 285 additions and 197 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>User Profiles</title>
|
||||
<title>Users</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="allUserSettingsPage" data-role="page" class="page type-interior userProfilesConfigurationPage">
|
||||
|
@ -9,8 +9,8 @@
|
|||
<div data-role="content">
|
||||
<div class="content-primary">
|
||||
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
||||
<a href="userprofiles.html" data-role="button">Users</a>
|
||||
<a href="allusersettings.html" class="ui-btn-active" data-role="button">Settings</a>
|
||||
<a href="userprofiles.html" data-role="button">Profiles</a>
|
||||
<a href="allusersettings.html" class="ui-btn-active" data-role="button">Security</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue