diff --git a/sahara_dashboard/content/data_processing/clusters/templates/clusters/index.html b/sahara_dashboard/content/data_processing/clusters/templates/clusters/index.html index 13870c18..cb9ad4af 100644 --- a/sahara_dashboard/content/data_processing/clusters/templates/clusters/index.html +++ b/sahara_dashboard/content/data_processing/clusters/templates/clusters/index.html @@ -30,7 +30,6 @@ horizon.modals.addModalInitFunction(function (modal) { // ensure that we only do this for the cluster template form if (($(modal).find("#create_cluster_template__selectpluginaction")).length > 0) { - hide_navbar_pills(modal); var add_ng_btn_label = '{% trans "Add Node Group" %}'; $(".hidden_nodegroups_field").after("
"); @@ -79,7 +78,6 @@ horizon.modals.addModalInitFunction(function (modal) { // ensure that we only do this for the nodegroup template form if (($(modal).find("#create_nodegroup_template__selectpluginaction")).length > 0) { - hide_navbar_pills(modal); if ($(modal).find(".hidden_create_field").length > 0) { var form = $(".hidden_create_field").closest("form"); @@ -131,7 +129,6 @@ horizon.modals.addModalInitFunction(function (modal) { // ensure that we only do this for the create cluster form if (($(modal).find("#create_cluster__selectpluginaction")).length > 0) { - hide_navbar_pills(modal); $(".hidden_nodegroups_field").val(""); $(".hidden_configure_field").val(""); @@ -161,22 +158,4 @@ }); - - - {% endblock %} diff --git a/sahara_dashboard/content/data_processing/jobs/templates/jobs/index.html b/sahara_dashboard/content/data_processing/jobs/templates/jobs/index.html index 9c0a68b4..59f56348 100644 --- a/sahara_dashboard/content/data_processing/jobs/templates/jobs/index.html +++ b/sahara_dashboard/content/data_processing/jobs/templates/jobs/index.html @@ -13,7 +13,6 @@ addHorizonLoadEvent(function () { horizon.modals.addModalInitFunction(function (modal) { if (($(modal).find("#launch_job__selectpluginforjoblaunchaction")).length > 0) { - hide_navbar_pills(modal); lower_limit = 0; $(".count-field").change(); @@ -60,21 +59,4 @@ }; - - {% endblock %}