translation-datagrid,filter,macros,newObject

This commit is contained in:
Stela Augustinova
2025-10-30 10:12:32 +01:00
parent 8429067ae5
commit 70284ac440
14 changed files with 427 additions and 109 deletions

View File

@@ -6,6 +6,7 @@
import MacroHeader from './MacroHeader.svelte';
import MacroInfoTab from './MacroInfoTab.svelte';
import { _t } from '../translations';
const selectedMacro = getContext('selectedMacro') as any;
@@ -17,7 +18,7 @@
<TabControl
tabs={[
{
label: 'Macro detail',
label: _t('datagrid.macros.detail', { defaultMessage: 'Macro detail' }),
component: MacroInfoTab,
props: {
onExecute,