[ADF-2560] Empty template for nodes without permissions (#3171)

* No permissions template

* Unit test added

* custom template

* template selector changed

* tslint error fix
This commit is contained in:
Alex Bolboșenco
2018-04-17 22:22:48 +03:00
committed by Eugenio Romano
parent 06d85aa8d3
commit cebe0f57f5
8 changed files with 128 additions and 2 deletions

View File

@@ -235,7 +235,8 @@
"INHERITED" : "Inherited",
"AUTHORITY_ID" : "Authority ID",
"ROLE": "Role",
"LOCALLY_SET" : "Locally set"
"LOCALLY_SET" : "Locally set",
"NO_PERMISSIONS" : "No permissions"
}
}
}