mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Start styling changes. After updating to this force a refresh (shift+refresh) in your browser to reload styles.
Make more use of card-type layouts. Make tables responsive.
This commit is contained in:
parent
4f1056cf87
commit
762199344c
14 changed files with 1367 additions and 303 deletions
|
@ -1,4 +1,7 @@
|
|||
user_ip_table_options = {
|
||||
"responsive": {
|
||||
details: false
|
||||
},
|
||||
"destroy": true,
|
||||
"language": {
|
||||
"search": "Search: ",
|
||||
|
@ -23,7 +26,8 @@ user_ip_table_options = {
|
|||
return moment(data, "X").fromNow();
|
||||
},
|
||||
"searchable": false,
|
||||
"width": "15%"
|
||||
"width": "15%",
|
||||
"className": "no-wrap"
|
||||
},
|
||||
{
|
||||
"targets": [1],
|
||||
|
@ -41,7 +45,8 @@ user_ip_table_options = {
|
|||
$(td).html('<a href="#ip-info-modal" data-toggle="modal"><span data-toggle="ip-tooltip" data-placement="left" title="IP Address Info" id="ip-info"><i class="icon-map-marker icon-white"></i></span> ' + cellData +'</a>');
|
||||
}
|
||||
},
|
||||
"width": "15%"
|
||||
"width": "15%",
|
||||
"className": "no-wrap"
|
||||
},
|
||||
{
|
||||
"targets": [2],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue