File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ The shield icon in your terminal header shows the current session status:
4141
4242| Icon | Status | Description |
4343| ------| --------| -------------|
44- | <i className = " fa-sharp fa-regular fa-shield text-muted " ></i > | Standard Session | Connection drops will end the session |
45- | <i className = " fa-sharp fa-solid fa-shield text-sky-500 " ></i > | Durable (Attached) | Session is protected and connected |
46- | <i className = " fa-sharp fa-solid fa-shield text-sky-300 " ></i > | Durable (Detached) | Session running, currently disconnected |
47- | <i className = " fa-sharp fa-solid fa-shield text-muted " ></i > | Durable (Awaiting) | Configured but not yet started |
44+ | <i className = " fa-sharp fa-regular fa-shield" style = { {color: ' rgb(140, 145, 140) ' } } ></i > | Standard Session | Connection drops will end the session |
45+ | <i className = " fa-sharp fa-solid fa-shield" style = { {color: ' #0ea5e9 ' } } ></i > | Durable (Attached) | Session is protected and connected |
46+ | <i className = " fa-sharp fa-solid fa-shield" style = { {color: ' #7dd3fc ' } } ></i > | Durable (Detached) | Session running, currently disconnected |
47+ | <i className = " fa-sharp fa-solid fa-shield" style = { {color: ' rgb(140, 145, 140) ' } } ></i > | Durable (Awaiting) | Configured but not yet started |
4848
4949Hover over the shield icon to see detailed status information and available actions.
5050
You can’t perform that action at this time.
0 commit comments