mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-05 20:54:14 +00:00
16 lines
265 B
Text
16 lines
265 B
Text
|
|
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
||
|
|
|
||
|
|
exports[`InboundFormModal > add-mode field structure is stable 1`] = `
|
||
|
|
[
|
||
|
|
"Enabled",
|
||
|
|
"Remark",
|
||
|
|
"Protocol",
|
||
|
|
"Address",
|
||
|
|
"Port",
|
||
|
|
"Total Flow",
|
||
|
|
"Traffic Reset",
|
||
|
|
"Duration",
|
||
|
|
"Enabled",
|
||
|
|
]
|
||
|
|
`;
|