Add switches tab to system inventory #8449
Annotations
3 errors
Test:
app/util/path-builder.spec.ts#L39
Error: Snapshot `path builder 1` mismatched
- Expected
+ Received
@@ -45,10 +45,11 @@
"snapshots": "/projects/p/snapshots",
"snapshotsNew": "/projects/p/snapshots-new",
"sshKeyEdit": "/settings/ssh-keys/ss/edit",
"sshKeys": "/settings/ssh-keys",
"sshKeysNew": "/settings/ssh-keys-new",
+ "switchInventory": "/system/inventory/switches",
"systemUtilization": "/system/utilization",
"vpc": "/projects/p/vpcs/v/firewall-rules",
"vpcEdit": "/projects/p/vpcs/v/edit",
"vpcFirewallRuleClone": "/projects/p/vpcs/v/firewall-rules-new/fr",
"vpcFirewallRuleEdit": "/projects/p/vpcs/v/firewall-rules/fr/edit",
❯ app/util/path-builder.spec.ts:39:6
|
Test:
app/util/path-builder.spec.ts#L144
Error: Snapshot `breadcrumbs 2` mismatched
- Expected
+ Received
@@ -576,10 +576,20 @@
{
"label": "SSH Keys",
"path": "/settings/ssh-keys",
},
],
+ "switchInventory (/system/inventory/switches)": [
+ {
+ "label": "Inventory",
+ "path": "/system/inventory/sleds",
+ },
+ {
+ "label": "Switches",
+ "path": "/system/inventory/switches",
+ },
+ ],
"systemUtilization (/system/utilization)": [
{
"label": "Utilization",
"path": "/system/utilization",
},
❯ app/util/path-builder.spec.ts:144:37
|
Test
Process completed with exit code 1.
|
Loading