diff --git a/public/js/components/Dashboard/Item.js b/public/js/components/Dashboard/Item.js index 1ff6a4516..59f33b711 100644 --- a/public/js/components/Dashboard/Item.js +++ b/public/js/components/Dashboard/Item.js @@ -45,15 +45,6 @@ export default { ready() { return this.component && this.arguments !== null; }, - widget_action_identifier(){ - return `${this.widget.widget_kurzbz}-${this.index}-action-section`; - }, - widgetInformation(){ - return { - action_section_identifier: this.widget_action_identifier, - widget_kurzbz: this.widget.widget_kurzbz, - } - } }, methods: { getWidgetC4Link(widget) { @@ -138,10 +129,6 @@ export default { - - -
- @@ -153,7 +140,7 @@ export default {
- +
@@ -161,7 +148,7 @@ export default { {{ widget ? 'Config for ' + widget.setup.name : '' }}