diff --git a/resources/report/html/loot-plugin-card.html b/resources/report/html/loot-plugin-card.html
index 2fbc113e..5b62eed5 100644
--- a/resources/report/html/loot-plugin-card.html
+++ b/resources/report/html/loot-plugin-card.html
@@ -242,11 +242,15 @@ loot-clear-metadata
Priority Value
-
-
+
+
Load After
Requirements
Incompatibilities
+ Messages
+ Bash Tags
+ Dirty Info
+ Locations
@@ -275,15 +279,7 @@ loot-clear-metadata
| Add new row... | |
-
-
-
- Messages
- Bash Tags
- Dirty Info
- Locations
-
-
+
| Type | Content | Condition | Language | |
@@ -351,8 +347,7 @@ loot-clear-metadata
},
attached: function() {
- this.shadowRoot.getElementById('fileTabs').firstElementChild.addEventListener('core-select', this.onShowEditorTable, false);
- this.shadowRoot.getElementById('miscTabs').firstElementChild.addEventListener('core-select', this.onShowEditorTable, false);
+ this.shadowRoot.getElementById('tableTabs').firstElementChild.addEventListener('core-select', this.onShowEditorTable, false);
this.shadowRoot.getElementById('accept').addEventListener('click', this.onHideEditor, false);
this.shadowRoot.getElementById('cancel').addEventListener('click', this.onHideEditor, false);
@@ -377,8 +372,7 @@ loot-clear-metadata
},
detached: function() {
- this.shadowRoot.getElementById('fileTabs').firstElementChild.removeEventListener('core-select', this.onShowEditorTable, false);
- this.shadowRoot.getElementById('miscTabs').firstElementChild.removeEventListener('core-select', this.onShowEditorTable, false);
+ this.shadowRoot.getElementById('tableTabs').firstElementChild.removeEventListener('core-select', this.onShowEditorTable, false);
this.shadowRoot.getElementById('accept').removeEventListener('click', this.onHideEditor, false);
this.shadowRoot.getElementById('cancel').removeEventListener('click', this.onHideEditor, false);