Add note about environment overrides.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -30,6 +30,10 @@ class NamespaceDetailView(SingleObjectListView):
|
||||
return {
|
||||
'hide_object': True,
|
||||
'object': self.get_namespace(),
|
||||
'subtitle': _(
|
||||
'Settings inherited from an environment variable take '
|
||||
'precedence and cannot be changed in this view. '
|
||||
),
|
||||
'title': _('Settings in namespace: %s') % self.get_namespace(),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user