feat(app): inset new layout session panels (#30342)
This commit is contained in:
parent
8af7371c13
commit
787f170682
5 changed files with 31 additions and 25 deletions
|
|
@ -530,7 +530,7 @@ type SessionHeaderV2ActionsState = {
|
|||
|
||||
function SessionHeaderV2Actions(props: { state: SessionHeaderV2ActionsState }) {
|
||||
return (
|
||||
<div class="flex items-center gap-0">
|
||||
<div class="flex items-center gap-2">
|
||||
<Show when={props.state.statusVisible}>
|
||||
<Tooltip placement="bottom" value={props.state.statusLabel}>
|
||||
<StatusPopoverV2 />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue