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:
parent
c8500c47bc
commit
e36394b559
@ -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()
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user