Project

General

Profile

Revision 3d0d254c

ID3d0d254cf9f9d1b45e6a3e56a7fcbaad4cc344e4
Parent be29aa96
Child c49defb8

Added by Francois POIROTTE over 14 years ago

Utilisation de idaggregate de préférence par rapport à idevent (permet d'obtenir plus d'informations).
On suppose que la base de données génère les id des events (le corrélateur et le connector-db sont en train d'être modifiés pour suivre ce changement).
Utilisation de HighLevelService plutôt que ServiceHautNiveau.

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@794 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

vigiboard/public/javascript/vigiboard_plugin/shn.js
1 1

  
2 2
function vigiboard_shndialog(url,idd) {
3
	$.getJSON(url+'/get_plugin_value',{plugin_name:'shn',idevent:idd},function(json){ 				
3
	$.getJSON(url+'get_plugin_value',{plugin_name:'shn',idaggregate:idd},function(json){ 				
4 4
		var ht = '';
5 5
		for (var i = 0; i < json.shns.length; i++) {
6 6
			ht += '<li>' + json.shns[i] + '</li>';

Also available in: Unified diff