We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9467063 commit bf13ec8Copy full SHA for bf13ec8
ui/src/views/dashboard/CapacityDashboard.vue
@@ -174,8 +174,9 @@
174
<template #title>
175
<div class="center">
176
<h3><cloud-outlined /> {{ $t('label.compute') }}</h3>
177
- Display Allocated Capacity
178
<a-switch
+ :checked-children="$t('label.allocated') + ' Capacity'"
179
+ :un-checked-children="$t('label.used') + ' Capacity'"
180
v-model:checked="this.displayAllocatedCompute"
181
@change="val => { this.displayAllocatedCompute = val }"
182
/>
0 commit comments