mirror of https://github.com/rancher/ui.git
16 lines
772 B
Handlebars
16 lines
772 B
Handlebars
<div class="anchor-top"></div>
|
|
<div class="log-actions">
|
|
<div class="btn-group btn-group-xs p-0">
|
|
<button class="btn btn-xs" type="button" {{action "toggleLogMode"}}>
|
|
{{#if fullscreen}}
|
|
<i class="icon icon-chevron-end icon-fw"/>
|
|
{{else}}
|
|
<i class="icon icon-chevron-beginning icon-fw"/>
|
|
{{/if}}
|
|
</button>
|
|
<button class="btn btn-xs" type="button" {{action "scrollToTop"}}><i class="icon icon-chevron-up icon-fw"/></button>
|
|
<button style="margin-left: -1px;" class="btn btn-xs" type="button" {{action "scrollToBottom"}}><i class="icon icon-chevron-down icon-fw"/></button>
|
|
</div>
|
|
</div>
|
|
<pre class="log-body" style="margin:0; font-size: 80%; color: whitesmoke;margin-top: -24px;"></pre>
|
|
<div class="anchor-bottom"></div> |