Fix some wording for the log view.
Capitalized makes more sense and it's a single log, hence the singularization.
This commit is contained in:
parent
66e93ed3ab
commit
dfc5d60173
|
@ -4,15 +4,15 @@
|
||||||
|
|
||||||
<label>
|
<label>
|
||||||
{{#if view.job.isFinished}}
|
{{#if view.job.isFinished}}
|
||||||
Scroll to end of logs
|
Scroll to End of Logs
|
||||||
{{else}}
|
{{else}}
|
||||||
Follow logs
|
Follow Log
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</label>
|
</label>
|
||||||
</a>
|
</a>
|
||||||
<pre id="log" class="ansi"></pre>
|
<pre id="log" class="ansi"></pre>
|
||||||
|
|
||||||
<a href='#' class="to-top" {{action "toTop" target="view"}}>To top</a>
|
<a href='#' class="to-top" {{action "toTop" target="view"}}>To Top</a>
|
||||||
|
|
||||||
{{#if view.job.sponsor.name}}
|
{{#if view.job.sponsor.name}}
|
||||||
<p class="sponsor">
|
<p class="sponsor">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user