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:
zarzuelo 2011-07-29 14:29:13 +00:00
parent c5a34970b7
commit 84040370df
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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);