From the panel site
This commit is contained in:
parent
d684ca74fb
commit
2fc04bcfac
1194 changed files with 154606 additions and 13040 deletions
8
themes/AdminLTE-2/modules/update/update.js
Normal file
8
themes/AdminLTE-2/modules/update/update.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
$(document).ready(function() {
|
||||
$('.card-body [href="?m=update&p=blacklist"], .card-body [href*="commits"]').addClass('btn btn-sm btn-primary');
|
||||
$('.card-body [href*="commit"]:not([href*="commits"])').addClass('label label-primary');
|
||||
|
||||
$('.card-body ul > br').remove();
|
||||
$('.card-body ul').addClass('list-group');
|
||||
$('.card-body li').addClass('list-group-item');
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue