Skip to content

Commit

Permalink
feat: add margin and only shou monitor if the worker is live
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Jun 20, 2024
1 parent 884a33a commit df4db39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/pages/workers/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@
icon="true"
rounded
size="x-small"
v-if="(item as Worker).is_live"
:to="{ path: '/monitor/' + (item as Worker).hostname }"
style="margin-right: 5px;margin-bottom: 5px;">
style="margin-left: 5px;margin-bottom: 5px;">
<v-icon>mdi:mdi-receipt-text</v-icon>
<v-tooltip activator="parent" location="bottom">
Monitor
Expand Down

0 comments on commit df4db39

Please sign in to comment.