1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 21:33:18 +01:00

Updates snapshots and fixes bugs

This commit is contained in:
Amir Raminfar
2021-11-22 14:22:04 -08:00
parent cdca0efd05
commit da35a13d04
10 changed files with 32 additions and 33 deletions

View File

@@ -9,18 +9,14 @@
</router-link>
</div>
<div class="column is-narrow has-text-right px-1">
<button
class="button is-rounded is-settings-control"
@click="$emit('search')"
title="Search containers (⌘ + k, ⌃k)"
>
<button class="button is-rounded" @click="$emit('search')" title="Search containers (⌘ + k, ⌃k)">
<span class="icon">
<mdi-light-magnify />
</span>
</button>
</div>
<div class="column is-narrow has-text-right px-0">
<router-link :to="{ name: 'settings' }" active-class="is-active" class="button is-rounded is-settings-control">
<router-link :to="{ name: 'settings' }" active-class="is-active" class="button is-rounded">
<span class="icon">
<mdi-light-cog />
</span>