Web: style task log buttons
Style the task log buttons like the other buttons.
This commit is contained in:
parent
a97913bebb
commit
b3701ef493
@ -56,9 +56,13 @@
|
|||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<h3 class="sub-title">Task Log</h3>
|
<h3 class="sub-title">Task Log</h3>
|
||||||
<button @click="$emit('showTaskLogTail')" title="Open the task log tail in the footer.">
|
<div class="btn-bar-group">
|
||||||
|
<section class="btn-bar tasklog">
|
||||||
|
<button class="btn" @click="$emit('showTaskLogTail')" title="Open the task log tail in the footer.">
|
||||||
Follow Task Log</button>
|
Follow Task Log</button>
|
||||||
<button @click="openFullLog" title="Opens the task log in a new window.">Open Full Log</button>
|
<button class="btn" @click="openFullLog" title="Opens the task log in a new window.">Open Full Log</button>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<div v-else class="details-no-item-selected">
|
<div v-else class="details-no-item-selected">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user