mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-09-15 19:15:31 +08:00
fix: fixed dashboard operating system platform Version (#9247)
This commit is contained in:
parent
c35991315d
commit
af4b23e0e0
1 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue