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"
|
type="text"
|
||||||
value=config.endpoint
|
value=config.endpoint
|
||||||
classNames="form-control"
|
classNames="form-control"
|
||||||
placeholder=(t 'loggingPage.endpointPlaceholder')
|
placeholder=(t 'loggingPage.syslog.endpointPlaceholder')
|
||||||
}}
|
}}
|
||||||
<div class="input-group-btn bg-primary">
|
<div class="input-group-btn bg-primary">
|
||||||
<button
|
<button
|
||||||
|
|
|
||||||
|
|
@ -114,6 +114,7 @@ loggingPage:
|
||||||
topicPlaceholder: e.g. message
|
topicPlaceholder: e.g. message
|
||||||
topicHelpText: Logs will be send to this topic
|
topicHelpText: Logs will be send to this topic
|
||||||
syslog:
|
syslog:
|
||||||
|
endpointPlaceholder: 'e.g. 192.168.1.10:514'
|
||||||
header: Syslog Configuration
|
header: Syslog Configuration
|
||||||
endpointHelpText: Input your syslog server endpoint herecluster.
|
endpointHelpText: Input your syslog server endpoint herecluster.
|
||||||
program: Program
|
program: Program
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue