This commit is contained in:
Manoj Kumar 2026-07-04 15:34:13 +01:00 committed by GitHub
commit 89324b0aef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1195,7 +1195,7 @@
"label.gpu.devices.delete": "Delete GPU Device",
"label.gpu.devices.manage": "Manage GPU Device",
"label.gpu.devices.unmanage": "Unmanage GPU Device",
"label.gpu.display": "GPU Display",
"label.gpudisplay": "GPU Display",
"label.gpulimit": "GPU limits",
"label.gpu.summary": "Summary",
"label.gputotal": "GPU Total",

View File

@ -253,7 +253,7 @@
<a-col :md="12" :lg="12">
<a-form-item name="gpudisplay" ref="gpudisplay">
<template #label>
<tooltip-label :title="$t('label.gpu.display')" :tooltip="apiParams.gpudisplay.description"/>
<tooltip-label :title="$t('label.gpudisplay')" :tooltip="apiParams.gpudisplay.description"/>
</template>
<a-switch v-model:checked="form.gpudisplay" />
</a-form-item>