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:
parent
0e137e9bce
commit
230a792d5c
4 changed files with 42 additions and 101 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue