update Di 3. Mär 23:31:01 CET 2020
This commit is contained in:
parent
c4dc15ccdd
commit
13d27dc8ec
@ -131,7 +131,7 @@ module.exports = function(app, sql, uuidv4, app_cfg, passport, auth, waip, udp)
|
|||||||
app.get('/waip/:wachen_id', function(req, res, next) {
|
app.get('/waip/:wachen_id', function(req, res, next) {
|
||||||
var parmeter_id = req.params.wachen_id;
|
var parmeter_id = req.params.wachen_id;
|
||||||
sql.db_wache_vorhanden(parmeter_id, function(wache) {
|
sql.db_wache_vorhanden(parmeter_id, function(wache) {
|
||||||
if (result) {
|
if (wache) {
|
||||||
res.render('waip', {
|
res.render('waip', {
|
||||||
public: app_cfg.public,
|
public: app_cfg.public,
|
||||||
title: 'Alarmmonitor',
|
title: 'Alarmmonitor',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user