remove id (it's bad practice) and we don't need it anymore

This commit is contained in:
chfhtw
2026-04-22 15:35:05 +02:00
parent 3e832f9526
commit 0f7188a347
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -32,7 +32,6 @@ export default {
],
props: [
"id",
"widgetID",
"config",
"width",
"height",
@@ -190,7 +189,6 @@ export default {
template: /*html*/ `
<div
v-if="!hidden || editMode"
:id="widgetID"
class="dashboard-item card overflow-hidden h-100 position-relative"
:class="{'hidden-widget':hidden, [arguments?.className]:arguments && arguments.className}"
>
@@ -245,7 +245,6 @@ export default {
<dashboard-item
v-else
:id="item.widget"
:widgetID="item.id"
:width="item.w"
:height="item.h"
:item_data="{config:item.config, custom:item.custom, h:item.h, w:item.w,id:item.id,place:item.place,widget:item.widget,widgetid:item.widgetid,x:item.x,y:item.y}"