{{ component('semantic~tabs',{ items: [ { active: true ,id: 'actions_button', title: labels.actions, component: 'actions::admin.actions', icon: 'running'}, { id: 'workflows_button', title: labels.workflows, component: 'actions::admin.workflows', icon: 'retweet' } ], menu: { extension: 'actions' }, content: { component: 'actions::admin.actions' } }) }}