mirror of https://github.com/apache/cloudstack.git
Merge f4cdd27935 into b7d4df0a11
This commit is contained in:
commit
89324b0aef
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue