feat: add bounded large-deployment discovery
This commit is contained in:
@@ -78,6 +78,8 @@ function registerIpc(channel, handler) {
|
||||
function registerIpcHandlers() {
|
||||
registerIpc('get-devices', () => runtime.getDevices());
|
||||
registerIpc('get-device-sites', () => runtime.getDeviceSites());
|
||||
registerIpc('get-device-groups', () => runtime.getDeviceGroups());
|
||||
registerIpc('get-device-hierarchy', () => runtime.getDeviceHierarchy());
|
||||
registerIpc('get-auth-info', () => runtime.getAuthInfo());
|
||||
registerIpc('launch-proxy', (deviceId, username) => runtime.launchProxy(deviceId, username));
|
||||
registerIpc('stop-proxy', async (key) => {
|
||||
|
||||
Reference in New Issue
Block a user