mirror of
				https://gitlab.nic.cz/turris/reforis/foris-js.git
				synced 2025-11-03 23:00:31 +01:00 
			
		
		
		
	Fix ids in wifiSettings fixture
This commit is contained in:
		@@ -349,7 +349,7 @@ const twoDevices = {
 | 
				
			|||||||
            hidden: false,
 | 
					            hidden: false,
 | 
				
			||||||
            htmode: "HT40",
 | 
					            htmode: "HT40",
 | 
				
			||||||
            hwmode: "11a",
 | 
					            hwmode: "11a",
 | 
				
			||||||
            id: 0,
 | 
					            id: 1,
 | 
				
			||||||
            password: "TestPass",
 | 
					            password: "TestPass",
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
@@ -376,7 +376,7 @@ const threeDevices = {
 | 
				
			|||||||
            hidden: false,
 | 
					            hidden: false,
 | 
				
			||||||
            htmode: "HT40",
 | 
					            htmode: "HT40",
 | 
				
			||||||
            hwmode: "11a",
 | 
					            hwmode: "11a",
 | 
				
			||||||
            id: 0,
 | 
					            id: 1,
 | 
				
			||||||
            password: "TestPass",
 | 
					            password: "TestPass",
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
@@ -387,7 +387,7 @@ const threeDevices = {
 | 
				
			|||||||
            hidden: false,
 | 
					            hidden: false,
 | 
				
			||||||
            htmode: "HT40",
 | 
					            htmode: "HT40",
 | 
				
			||||||
            hwmode: "11a",
 | 
					            hwmode: "11a",
 | 
				
			||||||
            id: 0,
 | 
					            id: 2,
 | 
				
			||||||
            password: "",
 | 
					            password: "",
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user