mirror of
https://github.com/unraid/webgui.git
synced 2026-05-01 23:39:21 -05:00
Plugin manager: add ALERT message function
This commit is contained in:
@@ -69,8 +69,7 @@ function updateInfo(data) {
|
||||
}
|
||||
function initlist() {
|
||||
$.get('/plugins/dynamix.plugin.manager/include/ShowPlugins.php',{init:true,system:true,check:<?=$check?>},function(data) {
|
||||
data = data.split('\0');
|
||||
$('#os_list').html(data[0]);
|
||||
$('#os_list').html(data);
|
||||
<?if ($bzroot):?>
|
||||
$('#previous').show();
|
||||
<?endif;?>
|
||||
|
||||
Reference in New Issue
Block a user