[icinga-checkins] icinga.org: icinga-web/r1.8: Fix missing comma in Api Target SERVICE ( refs #3588)
git at icinga.org
git at icinga.org
Wed Feb 6 14:16:31 CET 2013
Module: icinga-web
Branch: r1.8
Commit: 6729e6a8f2ced01d161d3e689b68aa6b87cc6428
URL: https://git.icinga.org/?p=icinga-web.git;a=commit;h=6729e6a8f2ced01d161d3e689b68aa6b87cc6428
Author: Markus Frosch <markus at lazyfrosch.de>
Date: Tue Jan 29 23:45:53 2013 +0100
Fix missing comma in Api Target SERVICE (refs #3588)
---
app/modules/Api/config/views/service.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/app/modules/Api/config/views/service.xml b/app/modules/Api/config/views/service.xml
index c5f175c..a770d08 100755
--- a/app/modules/Api/config/views/service.xml
+++ b/app/modules/Api/config/views/service.xml
@@ -37,7 +37,7 @@
s.action_url AS SERVICE_ACTION_URL,
h.notes as HOST_NOTES,
h.notes_url AS HOST_NOTES_URL,
- s.notes as SERVICE_NOTES
+ s.notes as SERVICE_NOTES,
s.notes_url AS SERVICE_NOTES_URL,
ss.has_been_checked as service_has_been_checked
FROM IcingaServices s
More information about the icinga-checkins
mailing list