mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
tests: revert need to specify empty header key
Based on 6ca28efc
This commit is contained in:
parent
d6704ec2b5
commit
7b464408a9
1 changed files with 6 additions and 42 deletions
|
@ -9,48 +9,12 @@
|
|||
] as const;
|
||||
|
||||
const rows = [
|
||||
{
|
||||
id: "a",
|
||||
name: "Load Balancer 3",
|
||||
port: 3000,
|
||||
rule: "Round robin",
|
||||
overflow: null,
|
||||
},
|
||||
{
|
||||
id: "b",
|
||||
name: "Load Balancer 1",
|
||||
port: 443,
|
||||
rule: "Round robin",
|
||||
overflow: null,
|
||||
},
|
||||
{
|
||||
id: "c",
|
||||
name: "Load Balancer 2",
|
||||
port: 80,
|
||||
rule: "DNS delegation",
|
||||
overflow: null,
|
||||
},
|
||||
{
|
||||
id: "d",
|
||||
name: "Load Balancer 6",
|
||||
port: 3000,
|
||||
rule: "Round robin",
|
||||
overflow: null,
|
||||
},
|
||||
{
|
||||
id: "e",
|
||||
name: "Load Balancer 4",
|
||||
port: 443,
|
||||
rule: "Round robin",
|
||||
overflow: null,
|
||||
},
|
||||
{
|
||||
id: "f",
|
||||
name: "Load Balancer 5",
|
||||
port: 80,
|
||||
rule: "DNS delegation",
|
||||
overflow: null,
|
||||
},
|
||||
{ id: "a", name: "Load Balancer 3", port: 3000, rule: "Round robin" },
|
||||
{ id: "b", name: "Load Balancer 1", port: 443, rule: "Round robin" },
|
||||
{ id: "c", name: "Load Balancer 2", port: 80, rule: "DNS delegation" },
|
||||
{ id: "d", name: "Load Balancer 6", port: 3000, rule: "Round robin" },
|
||||
{ id: "e", name: "Load Balancer 4", port: 443, rule: "Round robin" },
|
||||
{ id: "f", name: "Load Balancer 5", port: 80, rule: "DNS delegation" },
|
||||
];
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue