mirror of https://github.com/rancher/ui.git
Merge pull request #2141 from superseb/equal_headers
Equal header font size for each log option
This commit is contained in:
commit
ce8a113b8a
|
|
@ -1,4 +1,4 @@
|
|||
<h2 class="pt-30"> {{t 'loggingPage.kafka.header'}} </h2>
|
||||
<h2 class="mt-30"> {{t 'loggingPage.kafka.header'}} </h2>
|
||||
<hr/>
|
||||
|
||||
<div class="box mb-10">
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<h2 class="pt-30">
|
||||
<h2 class="mt-30">
|
||||
{{t 'loggingPage.splunk.header'}}
|
||||
<span class="text-info text-small">
|
||||
{{t 'loggingPage.splunk.helpText' htmlSafe=true}}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<h2 class="pt-30">{{t 'loggingPage.syslog.header'}}</h2>
|
||||
<h2 class="mt-30">{{t 'loggingPage.syslog.header'}}</h2>
|
||||
<hr/>
|
||||
<section class="box">
|
||||
<div class="row">
|
||||
|
|
|
|||
Loading…
Reference in New Issue