# Sviluppo di plugin per Discourse - Parte 5 - Aggiungere un'interfaccia di amministrazione

**URL:** https://meta.discourse.org/t/developing-discourse-plugins-part-5-add-an-admin-interface/31761
**Category:** Developer Guides
**Tags:** plugin-guides, tutorial
**Created:** [4 Agosto 2015, 8:34pm UTC](https://meta.discourse.org/t/developing-discourse-plugins-part-5-add-an-admin-interface/31761 "2015-08-04T20:34:32Z")
**Posts on this page:** 1
**Showing post:** 47

<div class="post-metadata">

### Author: ![j127](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j127/32/79093_2.png) [@j127](https://meta.discourse.org/u/j127)
#### Post date: [22 Maggio 2018, 7:01pm UTC](https://meta.discourse.org/t/developing-discourse-plugins-part-5-add-an-admin-interface/31761/47 "2018-05-22T19:01:27Z")

</div>

If anyone runs into a testing error, I had to add `id="show-tentacle"` to the button component to get the tests to pass in [part 6 of the tutorial](https://meta.discourse.org/t/beginner-s-guide-to-creating-discourse-plugins-part-6-acceptance-tests/32619):

```plaintext
<div class="buttons">
  {{d-button label="purple_tentacle.show" action="showTentacle" icon="eye" id="show-tentacle"}}
</div>

```

---

_[View the full topic](https://meta.discourse.org/t/developing-discourse-plugins-part-5-add-an-admin-interface/31761)._
