2011-07-29 Sergio Martin <sergio.martin@artica.es>
* operation/servers/view_server_detail.php: Changed the progress graph mode to show the percent text and not only graph. For bug 3379759 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4655 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
c5a34970b7
commit
84040370df
|
@ -1,3 +1,8 @@
|
|||
2011-07-29 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* operation/servers/view_server_detail.php: Changed the progress graph
|
||||
mode to show the percent text and not only graph. For bug 3379759
|
||||
|
||||
2011-07-29 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||
|
||||
* godmode/groups/group_list.php: Fixed a bug that allow
|
||||
|
|
|
@ -140,7 +140,7 @@ foreach ($recon_tasks as $task) {
|
|||
$data[6] = "-";
|
||||
}
|
||||
else {
|
||||
$data[6] = progress_bar($task['status'], 100, 20, __('Progress').':'.$task["status"].'%', 0);
|
||||
$data[6] = progress_bar($task['status'], 100, 20, __('Progress').':'.$task["status"].'%', 1);
|
||||
}
|
||||
|
||||
$data[7] = ui_print_timestamp ($task["utimestamp"], true);
|
||||
|
|
Loading…
Reference in New Issue