@fleetbase/fleetops-engine
Version:
Fleet & Transport Management Extension for Fleetbase
11 lines (9 loc) • 338 B
JavaScript
import Controller from '@ember/controller';
/**
* Operations::OrchestratorController
*
* Thin controller for the /operations/orchestrator route.
* All orchestration logic lives in the OrchestratorWorkbench component
* and the order-allocation service.
*/
export default class OperationsOrchestratorController extends Controller {}