[icinga-checkins] icinga.org: icinga-web/master: * Fixed typo in hostgroup restriction for roles
git at icinga.org
git at icinga.org
Mon Nov 21 18:12:58 CET 2011
Module: icinga-web
Branch: master
Commit: ead7c03c388776474f3109bcc96da927763336f5
URL: https://git.icinga.org/?p=icinga-web.git;a=commit;h=ead7c03c388776474f3109bcc96da927763336f5
Author: Jannis Mosshammer <jannis.mosshammer at netways.de>
Date: Mon Nov 21 17:49:13 2011 +0100
* Fixed typo in hostgroup restriction for roles
---
app/modules/AppKit/lib/js/admin/RoleEditForm.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/app/modules/AppKit/lib/js/admin/RoleEditForm.js b/app/modules/AppKit/lib/js/admin/RoleEditForm.js
index e28deb5..e67ec12 100644
--- a/app/modules/AppKit/lib/js/admin/RoleEditForm.js
+++ b/app/modules/AppKit/lib/js/admin/RoleEditForm.js
@@ -102,7 +102,7 @@ AppKit.Admin.RoleEditForm = function(cfg) {
*/
var hostgroupPrincipalsView = new AppKit.Admin.Components.GroupRestrictionView({
- store: roleServicegroupPrincipalStore,
+ store: roleHostgroupPrincipalStore,
type: 'role',
target: 'hostgroup'
})
More information about the icinga-checkins
mailing list