Skip to content

Commit 2357855

Browse files
committed
Fix missing labels
1 parent 943f19a commit 2357855

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

ui/public/locales/en.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,6 +1419,7 @@
14191419
"label.keep": "Keep",
14201420
"label.kernelversion": "Kernel Version",
14211421
"label.key": "Key",
1422+
"label.keybits": "Key Bits",
14221423
"label.keyboard": "Keyboard language",
14231424
"label.keyboardtype": "Keyboard type",
14241425
"label.keypair": "SSH key pair",
@@ -1434,6 +1435,7 @@
14341435
"label.migrate.volumes.to.kms": "Migrate Volumes to KMS",
14351436
"label.hsm.profile": "HSM Profile",
14361437
"label.hsmprofile": "HSM Profile",
1438+
"label.hsmprofileid": "HSM Profile",
14371439
"label.create.hsmprofile": "Add HSM Profile",
14381440
"label.update.hsm.profile": "Update HSM Profile",
14391441
"label.delete.hsm.profile": "Delete HSM Profile",
@@ -1496,6 +1498,7 @@
14961498
"label.lbruleid": "Load balancer ID",
14971499
"label.lbtype": "Load balancer type",
14981500
"label.ldap": "LDAP",
1501+
"label.library": "Library",
14991502
"label.ldapdomain": "LDAP Domain",
15001503
"label.ldap.configuration": "LDAP Configuration",
15011504
"label.ldap.group.name": "LDAP Group",
@@ -1912,6 +1915,7 @@
19121915
"label.physicalnetworkid": "Physical Network",
19131916
"label.physicalnetworkname": "Physical Network name",
19141917
"label.physicalsize": "Physical size",
1918+
"label.pin": "PIN",
19151919
"label.ping.path": "Ping path",
19161920
"label.pkcs.private.certificate": "PKCS#8 private certificate",
19171921
"label.plannermode": "Planner mode",
@@ -2498,6 +2502,7 @@
24982502
"label.suspend.project": "Suspend Project",
24992503
"label.switch.type": "Switch type",
25002504
"label.sync.storage": "Sync Storage Pool",
2505+
"label.system": "System",
25012506
"label.system.ip.pool": "System Pool",
25022507
"label.system.offering": "System Offering",
25032508
"label.system.offerings": "System Offerings",

ui/src/config/section/kms.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export default {
220220
},
221221
mapping: {
222222
details: {
223-
optionalKeys: ['pin', 'library', 'slot', 'token_label']
223+
optionalKeys: ['pin', 'library', 'slot', 'slot_list_index', 'token_label']
224224
}
225225
}
226226
},

0 commit comments

Comments
 (0)