1
0
Fork 0
mirror of https://github.com/ThomasGsp/HyperProxmox.git synced 2025-03-09 15:40:18 +00:00

Clean code & update

This commit is contained in:
Tlams 2018-02-18 17:51:09 +00:00
parent 0e137e9bce
commit 230a792d5c
4 changed files with 42 additions and 101 deletions

View file

@ -137,10 +137,9 @@ $(document).ready(function()
var commandinfo = "The status available in the table is not dynamically update, you must wait the next cron rotate. <br /> You can play the status command to have an updated informations";
box.html('<center> <img src="images/icon-load.gif" height="60" width="60"></center>');
$.ajax({
url: 'requires/pveaction.php?id='+id.val()+'&action=status',
url: 'requires/pveaction.php?id='+id.val()+'&action='+action.val(),
type : 'GET',
timeout: 32000,
success: function (data) {