2010-04-29 Miguel de Dios <miguel.dedios@artica.es>

* godmode/reporting/reporting_builder.item_editor.php: fixed typo mistake in
	the sla vars in javascript.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2641 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2010-04-29 15:52:33 +00:00
parent 1e38d5307c
commit f94a1d9790
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-04-29 Miguel de Dios <miguel.dedios@artica.es>
* godmode/reporting/reporting_builder.item_editor.php: fixed typo mistake in
the sla vars in javascript.
2010-04-29 Miguel de Dios <miguel.dedios@artica.es> 2010-04-29 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_ui.php: added the function "printTruncateText" for * include/functions_ui.php: added the function "printTruncateText" for

View File

@ -471,7 +471,7 @@ function addSLARow() {
var idModule = $("#id_agent_module_sla").val(); var idModule = $("#id_agent_module_sla").val();
var nameModule = $("#id_agent_module_sla :selected").text(); var nameModule = $("#id_agent_module_sla :selected").text();
var slaMin = $("input[name=sla_min]").val(); var slaMin = $("input[name=sla_min]").val();
var slaMax = $("input[name=sla_min]").val(); var slaMax = $("input[name=sla_max]").val();
var slaLimit = $("input[name=sla_limit]").val(); var slaLimit = $("input[name=sla_limit]").val();
if ((idAgent != '') && (slaMin != '') && (slaMax != '') if ((idAgent != '') && (slaMin != '') && (slaMax != '')