add: product types
This commit is contained in:
parent
2705608903
commit
ea13526515
9 changed files with 163 additions and 8 deletions
|
@ -600,7 +600,7 @@ input[type="checkbox"]:checked {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
.notification .icon {
|
||||
.notification:not(.chip) .icon {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
|
|
@ -368,6 +368,7 @@
|
|||
ADMINISTRATOR: 1 << 1,
|
||||
MANAGE_DOMAINS: 1 << 2,
|
||||
MANAGE_SERVICES: 1 << 3,
|
||||
MANAGE_PRODUCTS: 1 << 4,
|
||||
},
|
||||
\"secondary_role\",
|
||||
\"add_permission_to_secondary_role\",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue