Fixes: https://tracker.ceph.com/issues/43971
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
(cherry picked from commit
c817900a77b4cd1830f19f2e1202eca4e8be76f3)
Conflicts:
- src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-configuration-list/rbd-configuration-list.component.html
Formatting change in the master, use the code in the master to fix.
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
let-value="value">
<div [ngSwitch]="value">
- <span *ngSwitchCase="'global'" i18n>{{ value | titlecase }}</span>
- <strong *ngSwitchCase="'image'" i18n>{{ value | titlecase }}</strong>
- <strong *ngSwitchCase="'pool'" i18n>{{ value | titlecase }}</strong>
+ <span *ngSwitchCase="'global'"
+ i18n>Global</span>
+ <strong *ngSwitchCase="'image'"
+ i18n>Image</strong>
+ <strong *ngSwitchCase="'pool'"
+ i18n>Pool</strong>
</div>
</ng-template>