Skip to content

Commit

Permalink
Update log tab icon
Browse files Browse the repository at this point in the history
  • Loading branch information
garraflavatra committed Jul 1, 2023
1 parent f30827a commit 7a98a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/organisms/connection/host/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<TabBar
tabs={[
{ key: 'status', icon: 'chart', title: 'Host status' },
{ key: 'logs', icon: 'text', title: 'Logs' },
{ key: 'logs', icon: 'doc', title: 'Logs' },
{ key: 'systemInfo', icon: 'server', title: 'System info' },
]}
bind:selectedKey={tab}
Expand Down

0 comments on commit 7a98a63

Please sign in to comment.