system: show the kernel version

This commit is contained in:
Girish Ramakrishnan
2025-07-09 18:28:55 +02:00
parent fd61a0bfbf
commit 85eb88a4a6
3 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ onMounted(async () => {
<div class="info-row">
<div class="info-label">{{ $t('system.info.platformVersion') }}</div>
<div class="info-value">v{{ config.version }} ({{ config.ubuntuVersion }})</div>
<div class="info-value">v{{ config.version }} ({{ config.ubuntuVersion }} {{ config.kernelVersion }})</div>
</div>
<div class="info-row">
<div class="info-label">{{ $t('system.info.vendor') }}</div>