Skip to content

Commit

Permalink
fix: dont hide the add maintenance button, when you load all history …
Browse files Browse the repository at this point in the history
…jobs

Signed-off-by: Stefan Dej <meteyou@gmail.com>
  • Loading branch information
meteyou committed Mar 27, 2024
1 parent 582b8ed commit d5cbf1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/panels/HistoryListPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<v-icon>{{ mdiDelete }}</v-icon>
</v-btn>
</template>
<v-tooltip v-if="!allLoaded" top>
<v-tooltip top>
<template #activator="{ on, attrs }">
<v-btn
class="px-2 minwidth-0 ml-3"
Expand Down

0 comments on commit d5cbf1b

Please sign in to comment.