@ -8,6 +8,7 @@ about: https://gitlab.com/nofusscomputing/infrastructure/configuration-managemen
|
||||
|
||||
This page contains different items related to the development of this application.
|
||||
|
||||
|
||||
## Icons
|
||||
|
||||
To locate additional icons for use see [material icons](https://fonts.google.com/icons).
|
||||
@ -116,7 +117,7 @@ Using a filter `pk__in=self.user_organizations()` for the queryset using the mix
|
||||
|
||||
### Templates
|
||||
|
||||
The base template includes blocks that are designed to assist in rendering your content. The following blocks are available:
|
||||
The base template includes blocks that are designed to assist in rendering your content. The following blocks are available:
|
||||
|
||||
- `title` - The page and title
|
||||
|
||||
|
@ -40,7 +40,7 @@ This tab displays the details of the software, in particular:
|
||||
If a super admin sets [application setting](../settings.md#global-software) `software is global`, when any software is created, regardless of what organization you set. The software will be created in the "global" organization.
|
||||
|
||||
|
||||
# Versions
|
||||
## Versions
|
||||
|
||||
This tab displays the different software versions and how many of each version are installed on devices within your inventory.
|
||||
|
||||
|
@ -15,10 +15,11 @@ The overall permissions system of django has not been modified with it remaining
|
||||
|
||||
A User who is added to an team as a "Manager" can modify the team members or if they have permission `access.change_team` which also allows the changing of team permissions. Modification of an organization can be done by the django administrator (super user) or any user with permission `access._change_organization`.
|
||||
|
||||
Items can be set as `Global`, meaning that all users who have the correct permission regardless of organization will be able to take action against the object.
|
||||
Items can be set as `Global`, meaning that all users who have the correct permission regardless of organization will be able to take action against the object.
|
||||
|
||||
Permissions that can be modified for a team have been limited to application permissions only unless adjust the permissions from the django admin site.
|
||||
|
||||
|
||||
## Multi-Tenancy workflow
|
||||
|
||||
The workflow is conducted as part of the view and has the following flow:
|
||||
|
Reference in New Issue
Block a user