diff --git a/sahara_dashboard/content/data_processing/clusters/clusters/workflows/create.py b/sahara_dashboard/content/data_processing/clusters/clusters/workflows/create.py index 6c0d0cc0..d37143e4 100644 --- a/sahara_dashboard/content/data_processing/clusters/clusters/workflows/create.py +++ b/sahara_dashboard/content/data_processing/clusters/clusters/workflows/create.py @@ -30,7 +30,7 @@ import sahara_dashboard.content.data_processing.clusters. \ cluster_templates.workflows.create as t_flows -KEYPAIR_IMPORT_URL = "horizon:project:access_and_security:keypairs:import" +KEYPAIR_IMPORT_URL = "horizon:project:key_pairs:import" BASE_IMAGE_URL = "horizon:project:data_processing.clusters:register" TEMPLATE_UPLOAD_URL = ( "horizon:project:data_processing.clusters:upload_file") diff --git a/sahara_dashboard/content/data_processing/clusters/templates/cluster_templates/_nodegroups_details.html b/sahara_dashboard/content/data_processing/clusters/templates/cluster_templates/_nodegroups_details.html index 824c44e5..e96ab51c 100644 --- a/sahara_dashboard/content/data_processing/clusters/templates/cluster_templates/_nodegroups_details.html +++ b/sahara_dashboard/content/data_processing/clusters/templates/cluster_templates/_nodegroups_details.html @@ -36,7 +36,7 @@