Create a New Container
Supported Token Types:
@if (containerService.selectedContainerType().token_types.length >= tokenService.tokenTypeOptions().length) {
All
} @else if (containerService.selectedContainerType().token_types.length > 1) {
{{ containerService.selectedContainerType().token_types.join(", ") }}
} @else {
{{ containerService.selectedContainerType().token_types[0] }}
}
Description
@if (authService.actionAllowed("container_template_list")) {
Use a Template
Template
@for (option of templateOptions(); track option) {
{{ option.name }}
}
@if (selectedTemplate() !== "") {
}
}
@if (containerService.selectedContainerType().containerType === "smartphone") {
Registration
Generate a QR code to register the container on a smartphone.
Optional Settings
}