{{ t('Commands') }} {{ t('overview') }}
{{ t('Filter') }}
{{ t('Command types') }}
@if (!commands) { } @if (commands) { @if (commands) { @for (command of commands.all_commands; track command) { } }
{{ t('Command name') }} {{ t('Command type') }}
@if (( PermissionsService.hasPermissionObservable(['commands', 'delete'])|async ) || ( PermissionsService.hasPermissionObservable(['commands', 'copy'])|async )) { } {{ command.Command.name }} {{ command.Command.type }} {{ t('Edit') }} {{ t('Changelog') }} {{ t('Used By') }}
  • {{ t('Copy') }}
  • {{ t('Delete') }}
    } @if (commands && commands.all_commands.length === 0) { } @if (commands && commands.all_commands) {
    } @if (commands) { }