This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
oscarleiva
/
energylink
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Small fix to influxdb query builder, should update raw query after building query
Torkel Ödegaard
hace 11 años
padre
3d202c2ef9
commit
f002ef105e
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
src/app/services/influxdb/influxQueryBuilder.js
+ 1
- 0
src/app/services/influxdb/influxQueryBuilder.js
Ver fichero
@@ -41,6 +41,7 @@ function () {
}
query += " order asc";
+ target.query = query;
return query;
};