diff --git a/Resources/views/Tree/tree.html.twig b/Resources/views/Tree/tree.html.twig
index 94014942..d9a6ad88 100644
--- a/Resources/views/Tree/tree.html.twig
+++ b/Resources/views/Tree/tree.html.twig
@@ -26,6 +26,10 @@ file that was distributed with this source code.
};
}
},
+ actions: {
+ 'edit': { url: { data: '?sonata_links.edit' }, label: 'Edit', icon: 'fa fa-pencil' },
+ 'delete': { url: { data: '?sonata_links.delete' }, label: 'Delete', icon: 'fa fa-trash-o' }
+ }
});
});