1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-01-18 21:17:59 +00:00

Update log tab icon

This commit is contained in:
Romein van Buren 2023-07-01 14:46:39 +02:00
parent f30827ae2e
commit 7a98a63866
Signed by: romein
GPG Key ID: 0EFF8478ADDF6C49

View File

@ -28,7 +28,7 @@
<TabBar <TabBar
tabs={[ tabs={[
{ key: 'status', icon: 'chart', title: 'Host status' }, { 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' }, { key: 'systemInfo', icon: 'server', title: 'System info' },
]} ]}
bind:selectedKey={tab} bind:selectedKey={tab}