1 // Copyright (C) The Arvados Authors. All rights reserved.
3 // SPDX-License-Identifier: AGPL-3.0
5 import { bindDataExplorerActions } from "../data-explorer/data-explorer-action";
7 export const ALL_PROCESSES_PANEL_ID = "allProcessesPanel";
8 export const allProcessesPanelActions = bindDataExplorerActions(ALL_PROCESSES_PANEL_ID);
10 export const loadAllProcessesPanel = () => allProcessesPanelActions.REQUEST_ITEMS();