summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
Diffstat (limited to 'webapp')
-rw-r--r--webapp/src/components/LogModuleEntry.vue3
1 files changed, 3 insertions, 0 deletions
diff --git a/webapp/src/components/LogModuleEntry.vue b/webapp/src/components/LogModuleEntry.vue
index d633a47..a037e79 100644
--- a/webapp/src/components/LogModuleEntry.vue
+++ b/webapp/src/components/LogModuleEntry.vue
@@ -4,6 +4,7 @@
"id": "ID",
"name": "Name",
"description": "Description",
+ "config": "Config",
"ip": "IP",
"mac": "MAC",
"uuid": "UUID",
@@ -14,6 +15,7 @@
"id": "ID",
"name": "Name",
"description": "Beschreibung",
+ "config": "Konfiguration",
"ip": "IP",
"mac": "MAC",
"uuid": "UUID",
@@ -68,6 +70,7 @@
<tr><td class="snapshot-key">{{ $t('id') }}</td><td>{{ item.groupSnapshot.id }}</td></tr>
<tr><td class="snapshot-key">{{ $t('name') }}</td><td>{{ item.groupSnapshot.name }}</td></tr>
<tr><td class="snapshot-key">{{ $t('description') }}</td><td style="white-space: pre;">{{ item.groupSnapshot.description }}</td></tr>
+ <tr><td class="snapshot-key">{{ $t('config') }}</td><td style="white-space: pre;">{{ item.groupSnapshot.configId || "-" }}</td></tr>
</table>
</v-card-text></v-card>
</template>