feat: add bounded large-deployment discovery
This commit is contained in:
@@ -12,6 +12,8 @@ function onConnectionStateChanged(callback) {
|
||||
contextBridge.exposeInMainWorld('electronAPI', Object.freeze({
|
||||
getDevices: () => ipcRenderer.invoke('get-devices'),
|
||||
getDeviceSites: () => ipcRenderer.invoke('get-device-sites'),
|
||||
getDeviceGroups: () => ipcRenderer.invoke('get-device-groups'),
|
||||
getDeviceHierarchy: () => ipcRenderer.invoke('get-device-hierarchy'),
|
||||
getAuthInfo: () => ipcRenderer.invoke('get-auth-info'),
|
||||
launchProxy: (deviceId, username) => ipcRenderer.invoke('launch-proxy', deviceId, username),
|
||||
stopProxy: (key) => ipcRenderer.invoke('stop-proxy', key),
|
||||
|
||||
Reference in New Issue
Block a user