1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-22 13:33:52 +03:00

M #-: Change name attribute of the host (#3138)

Signed-off-by: dcarracedo <dcarracedo@opennebula.io>
This commit is contained in:
David 2024-07-03 17:26:36 +02:00 committed by GitHub
parent c8500c47bc
commit e36394b559
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -47,7 +47,8 @@ const HYPERVISOR_FIELD = {
/** @type {Field} Name field */
const INFORMATION_FIELD = {
name: 'hostname',
label: T.Name,
label: T['host.form.create.general.name'],
tooltip: T['host.form.create.general.name.tooltip'],
type: INPUT_TYPES.TEXT,
validation: string()
.trim()

View File

@ -616,6 +616,10 @@ module.exports = {
'Datastores can be added to multiple clusters. This means that any host in those clusters is properly configured to run VMs using images from those datastores.',
'cluster.form.create.datastores.help.paragraph.3':
'Remember that in order to create a complete environment where the scheduler can deploy VMs, your clusters need to have at least one System Datastore.',
'host.form.create.general.name':
'FQDN or IP that OpenNebula can use to reach the hypervisor host',
'host.form.create.general.name.tooltip':
"Please make sure the OpenNebula front-end can ssh passwrodlessly to the host using the 'oneadmin' user",
/* sections - network */
Network: 'Network',