mirror of https://github.com/rancher/ui.git
Update syslog placeholder
This commit is contained in:
parent
eac162aae6
commit
ec5ea35a88
|
|
@ -8,7 +8,7 @@
|
|||
type="text"
|
||||
value=config.endpoint
|
||||
classNames="form-control"
|
||||
placeholder=(t 'loggingPage.endpointPlaceholder')
|
||||
placeholder=(t 'loggingPage.syslog.endpointPlaceholder')
|
||||
}}
|
||||
<div class="input-group-btn bg-primary">
|
||||
<button
|
||||
|
|
|
|||
|
|
@ -114,6 +114,7 @@ loggingPage:
|
|||
topicPlaceholder: e.g. message
|
||||
topicHelpText: Logs will be send to this topic
|
||||
syslog:
|
||||
endpointPlaceholder: 'e.g. 192.168.1.10:514'
|
||||
header: Syslog Configuration
|
||||
endpointHelpText: Input your syslog server endpoint herecluster.
|
||||
program: Program
|
||||
|
|
|
|||
Loading…
Reference in New Issue