]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-configuration-list/rbd-configuration-list.component.html
import 15.2.5
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / block / rbd-configuration-list / rbd-configuration-list.component.html
index 87ca55c20fbe25f79c5e3f01768686689fb26472..64364f67da63ce5a56918c0c6e1ccea35a76c130 100644 (file)
 
   <div [ngSwitch]="value">
     <span *ngSwitchCase="'global'"
-          i18n>{{ value | titlecase }}</span>
+          i18n>Global</span>
     <strong *ngSwitchCase="'image'"
-            i18n>{{ value | titlecase }}</strong>
+            i18n>Image</strong>
     <strong *ngSwitchCase="'pool'"
-            i18n>{{ value | titlecase }}</strong>
+            i18n>Pool</strong>
   </div>
 </ng-template>