feat(cluster): Add cluster setupMode (manual|hetzner|aws|digitalocean) with conditional Hetzner auto-provisioning; UI and dashboard improvements; dependency upgrades
This commit is contained in:
@@ -245,6 +245,7 @@ export const addClusterAction = dataState.createAction(
|
||||
statePartArg,
|
||||
payloadArg: {
|
||||
clusterName: string;
|
||||
setupMode?: 'manual' | 'hetzner' | 'aws' | 'digitalocean';
|
||||
}
|
||||
) => {
|
||||
let currentState = statePartArg.getState();
|
||||
|
Reference in New Issue
Block a user