mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 16:00:51 +00:00
fix: fixed dashboard operating system platform Version (#9247)
This commit is contained in:
@@ -193,8 +193,8 @@
|
||||
</template>
|
||||
{{
|
||||
baseInfo.platformVersion
|
||||
? baseInfo.platform
|
||||
: baseInfo.platform + '-' + baseInfo.platformVersion
|
||||
? baseInfo.platform + '-' + baseInfo.platformVersion
|
||||
: baseInfo.platform
|
||||
}}
|
||||
</el-descriptions-item>
|
||||
<el-descriptions-item class-name="system-content" label-class-name="system-label">
|
||||
|
||||
Reference in New Issue
Block a user