File centreon-web-naming_errors.patch of Package centreon-web
Index: centreon-web-19.04.4/www/class/centreon-clapi/centreonAPI.class.php
===================================================================
--- centreon-web-19.04.4.orig/www/class/centreon-clapi/centreonAPI.class.php
+++ centreon-web-19.04.4/www/class/centreon-clapi/centreonAPI.class.php
@@ -46,7 +46,7 @@ require_once realpath(dirname(__FILE__)
/**
- * General Centeon Management
+ * General Centreon Management
*/
require_once "centreon.Config.Poller.class.php";
Index: centreon-web-19.04.4/www/include/home/customViews/index.ihtml
===================================================================
--- centreon-web-19.04.4.orig/www/include/home/customViews/index.ihtml
+++ centreon-web-19.04.4/www/include/home/customViews/index.ihtml
@@ -528,7 +528,7 @@ function submitShareView()
lockedUsergroups: lockedUsergroups.filter(function (elem) {return elem !== '';}),
unlockedUsergroups: unlockedUsergroups.filter(function (elem) {return elem !== '';}),
action: 'share',
- centeon_token: jQuery("#formShareView").find('input[name="centreon_token"]').val(),
+ centreon_token: jQuery("#formShareView").find('input[name="centreon_token"]').val(),
};
jQuery.ajax({