ui: fix sessions table collapse on narrow widths (#12175)

Merged via squash.

Prepared head SHA: b1fcfba868
Co-authored-by: benjipeng <11394934+benjipeng@users.noreply.github.com>
Co-authored-by: BunsDev <68980965+BunsDev@users.noreply.github.com>
Reviewed-by: @BunsDev
This commit is contained in:
Benji Peng
2026-03-10 00:14:07 -04:00
committed by GitHub
parent 705c6a422d
commit 989ee21b24
4 changed files with 26 additions and 8 deletions

View File

@@ -76,6 +76,7 @@ describe("resolveNodeHostGatewayCredentials", () => {
await withEnvAsync(
{
OPENCLAW_GATEWAY_TOKEN: undefined,
OPENCLAW_GATEWAY_PASSWORD: undefined,
REMOTE_GATEWAY_TOKEN: "token-from-ref",
},
async () => {
@@ -91,6 +92,7 @@ describe("resolveNodeHostGatewayCredentials", () => {
await withEnvAsync(
{
OPENCLAW_GATEWAY_TOKEN: "token-from-env",
OPENCLAW_GATEWAY_PASSWORD: undefined,
REMOTE_GATEWAY_TOKEN: "token-from-ref",
},
async () => {
@@ -106,6 +108,7 @@ describe("resolveNodeHostGatewayCredentials", () => {
await withEnvAsync(
{
OPENCLAW_GATEWAY_TOKEN: undefined,
OPENCLAW_GATEWAY_PASSWORD: undefined,
MISSING_REMOTE_GATEWAY_TOKEN: undefined,
},
async () => {