Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,15 @@
= string_field %w(novnc ssl certfile)
= string_field %w(novnc ssl keyfile)

%fieldset
%legend
= t(".serial_console_header")

.alert.alert-warning
= t(".serial_console_hint")

= boolean_field :use_serial

%fieldset
%legend
= t(".logging_header")
Expand Down
3 changes: 3 additions & 0 deletions crowbar_framework/config/locales/nova/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ en:
enabled: 'NoVNC Protocol'
certfile: 'SSL Certificate File'
keyfile: 'SSL (Private) Key File'
serial_console_header: 'Serial Console Settings'
serial_console_hint: 'Please note the following limitations: (1) NoVNC needs to be disabled when the serial console is enabled. (2) Access via serial console is unprotected. (3) Only one client can connect via serial console at a time.'
use_serial: 'Use serial console'
logging_header: 'Logging'
verbose: 'Verbose Logging'
validation:
Expand Down