Early implementation of friendly names. This be aware that this writes a new table to your plexWatch database.

Note: To edit friendly name, go to user page and click the pencil icon next to the user name. Currently only works on home stats and user info page.
Adjust some table styling issues.
Fix bug with user IP modal details not showing.
Fix users default list order.
This commit is contained in:
Tim 2015-06-29 01:35:17 +02:00
parent 762199344c
commit e7b305a1d5
11 changed files with 155 additions and 25 deletions

View file

@ -161,9 +161,7 @@ table.display {
table.display thead th {
white-space:nowrap;
padding: 0px 0px 0px 19px;
border-top: 1px solid #2d2d2d;
border-bottom: 1px solid #0e0e0e;
padding: 0px 0px 0px 18px;
cursor: pointer;
color: #999;
background-color: #212121;
@ -180,6 +178,7 @@ table.display thead .sorting_asc,
table.display thead .sorting_desc {
cursor: pointer;
*cursor: hand;
height: 35px;
}
table.display thead .sorting,
table.display thead .sorting_asc,
@ -216,7 +215,7 @@ table.display tr.heading2 td {
}
table.display td {
padding: 5px 0 5px 20px;
padding: 5px 0 5px 5px;
}
table.display td.title {