mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 00:47:26 +01:00
Add title to logout btn
This commit is contained in:
parent
cc719d0ae5
commit
dadc81c026
@ -67,11 +67,12 @@
|
||||
color="success"
|
||||
type="submit"
|
||||
style="margin-left: 10px;"
|
||||
title="Logout {username}"
|
||||
>
|
||||
{#if screenSize > 1630}
|
||||
<Icon name="box-arrow-right" /> Logout {username}
|
||||
<Icon name="box-arrow-right"/> Logout {username}
|
||||
{:else}
|
||||
<Icon name="box-arrow-right" />
|
||||
<Icon name="box-arrow-right"/>
|
||||
{/if}
|
||||
</Button>
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user