mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-17 14:28:13 +00:00
Renamed server.id and serverId into controller.id and controllerId and modified the all unit test cases
This commit is contained in:
@ -18,7 +18,7 @@ import { MockedActivatedRoute } from '../../preferences.component.spec';
|
||||
import { QemuVmTemplatesComponent } from './qemu-vm-templates.component';
|
||||
|
||||
export class MockedQemuService {
|
||||
public getTemplates(server: Server) {
|
||||
public getTemplates(controller: Server) {
|
||||
return of([{} as QemuTemplate]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user