Rename control panel to status panel
This commit is contained in:
@@ -901,7 +901,7 @@ const InstanceShell2: Component<InstanceShellProps> = (props) => {
|
|||||||
<div class="flex flex-col h-full" ref={setRightDrawerContentEl}>
|
<div class="flex flex-col h-full" ref={setRightDrawerContentEl}>
|
||||||
<div class="flex items-center justify-between px-4 py-2 border-b border-base">
|
<div class="flex items-center justify-between px-4 py-2 border-b border-base">
|
||||||
<Typography variant="subtitle2" class="uppercase tracking-wide text-xs font-semibold">
|
<Typography variant="subtitle2" class="uppercase tracking-wide text-xs font-semibold">
|
||||||
Control Panel
|
Status Panel
|
||||||
</Typography>
|
</Typography>
|
||||||
<div class="flex items-center gap-2">
|
<div class="flex items-center gap-2">
|
||||||
<Show when={!isPhoneLayout()}>
|
<Show when={!isPhoneLayout()}>
|
||||||
|
|||||||
Reference in New Issue
Block a user