mirror of https://github.com/rancher/ui.git
Merge pull request #3927 from loganhz/logging-master
[Master] Fix log volume format button issue
This commit is contained in:
commit
700c4360bc
|
|
@ -14,14 +14,16 @@
|
|||
</div>
|
||||
<div class="col span-6">
|
||||
{{#if editing}}
|
||||
<label class="acc-label pull-left">{{t 'volumeSource.customLogPath.logFormat.label'}}</label>
|
||||
<a role="button" class="btn bg-transparent p-0 text-small pull-right" {{action "useCustomRegex"}}>
|
||||
{{#if useCustomRegex}}
|
||||
{{t 'volumeSource.customLogPath.logFormat.useExistingLogFormat'}}
|
||||
{{else}}
|
||||
{{t 'volumeSource.customLogPath.logFormat.useCustomRegex'}}
|
||||
{{/if}}
|
||||
</a>
|
||||
<div class="clearfix">
|
||||
<label class="acc-label pull-left">{{t 'volumeSource.customLogPath.logFormat.label'}}</label>
|
||||
<a role="button" class="btn bg-transparent p-0 text-small pull-right" {{action "useCustomRegex"}}>
|
||||
{{#if useCustomRegex}}
|
||||
{{t 'volumeSource.customLogPath.logFormat.useExistingLogFormat'}}
|
||||
{{else}}
|
||||
{{t 'volumeSource.customLogPath.logFormat.useCustomRegex'}}
|
||||
{{/if}}
|
||||
</a>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{#if useCustomRegex}}
|
||||
{{#if editing}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue