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:
@@ -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],
|
||||
|
Reference in New Issue
Block a user