@T["Exports all or specified search indexes."]
diff --git a/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/Items/AzureAISearchIndexRebuildDeploymentStep.Fields.Edit.cshtml b/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/Items/AzureAISearchIndexRebuildDeploymentStep.Fields.Edit.cshtml new file mode 100644 index 00000000000..60692a9530a --- /dev/null +++ b/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/Items/AzureAISearchIndexRebuildDeploymentStep.Fields.Edit.cshtml @@ -0,0 +1,53 @@ +@using OrchardCore.Search.AzureAI.ViewModels + +@model AzureAISearchIndexRebuildDeploymentStepViewModel + +@T["Rebuild all or specified Azure AI Search indices."]
diff --git a/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/Items/AzureAISearchIndexResetDeploymentStep.Fields.Edit.cshtml b/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/Items/AzureAISearchIndexResetDeploymentStep.Fields.Edit.cshtml new file mode 100644 index 00000000000..42bc52d7257 --- /dev/null +++ b/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/Items/AzureAISearchIndexResetDeploymentStep.Fields.Edit.cshtml @@ -0,0 +1,53 @@ +@using OrchardCore.Search.AzureAI.ViewModels + +@model AzureAISearchIndexResetDeploymentStepViewModel + +@T["Reset all or specified Azure AI Search indices."]
diff --git a/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/Items/AzureAISearchSettingsDeploymentStep.Fields.Edit.cshtml b/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/Items/AzureAISearchSettingsDeploymentStep.Fields.Edit.cshtml new file mode 100644 index 00000000000..2cbd2f838bc --- /dev/null +++ b/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/Items/AzureAISearchSettingsDeploymentStep.Fields.Edit.cshtml @@ -0,0 +1,3 @@ +@model dynamic + +@T["Exports Azure AI Search settings."]
diff --git a/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/_ViewImports.cshtml b/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/_ViewImports.cshtml new file mode 100644 index 00000000000..cd513344b82 --- /dev/null +++ b/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/_ViewImports.cshtml @@ -0,0 +1,7 @@ +@inherits OrchardCore.DisplayManagement.Razor.RazorPage