diff --git a/src/api/commandRepository.ts b/src/api/commandRepository.ts index bb3245c..78e70f4 100644 --- a/src/api/commandRepository.ts +++ b/src/api/commandRepository.ts @@ -3,7 +3,7 @@ // @ts-ignore import Repository from './Repository'; -const commandResource = '/command'; +const commandResource = '/virtual_command'; import {dictEmptyValToNull} from '@/utils'; diff --git a/src/components/Commands.vue b/src/components/Commands.vue index acda3fc..91e888b 100644 --- a/src/components/Commands.vue +++ b/src/components/Commands.vue @@ -24,33 +24,6 @@ {{command.name}} -
- {{ $t('alternative_name') }}:
- {{command.alternative_name}}
-
-
{{ $t('description') }}: {{command.description}} @@ -62,7 +35,7 @@
@@ -99,51 +72,30 @@{{ $t('Create a new command')}}:
-