Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Publisher and Admin UI changes for GW visibility feature #848

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
952 changes: 951 additions & 1 deletion package-lock.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"dependencies": {
"@material-ui/icons": "^4.11.3",
"@types/react": "^17.0.83"
}
}
6 changes: 6 additions & 0 deletions portals/admin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 13 additions & 2 deletions portals/admin/src/main/webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

58 changes: 34 additions & 24 deletions portals/admin/src/main/webapp/site/public/locales/en.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"Admin.Addons.Help.Base.title": "Help",
"Admin.AiVendor.form.llm.auth.select.input.message": "Authorization key",
"Admin.AiVendor.label.apiVersion": "API Version",
"Admin.KeyManager.form.type": "Key Manager Type",
"Admin.KeyManager.label.ConsumerKey.Claim": "Consumer Key Claim URI",
Expand Down Expand Up @@ -98,11 +97,11 @@
"AdminPages.Addons.ListBase.noDataError": "Error while retrieving data.",
"AdminPages.Addons.ListBase.nodata.message": "No items yet",
"AdminPages.Addons.ListBase.reload": "Reload",
"AdminPages.AiVendor.Delete.form.delete.confirmation.message": "Are you sure you want to delete this AI Vendor ?",
"AdminPages.AiVendor.Delete.form.delete.confirmation.message": "Are you sure you want to delete this AI/LLM Vendor ?",
"AdminPages.AiVendor.Delete.form.delete.dialog.btn": "Delete",
"AdminPages.AiVendor.Delete.form.delete.dialog.title": "Delete AI Vendor ?",
"AdminPages.AiVendor.Delete.form.delete.successful": "AI Vendor deleted successfully",
"AdminPages.AiVendors.List.empty.content.Aivendors": "It is possible to register an AI Vendor.",
"AdminPages.AiVendor.Delete.form.delete.dialog.title": "Delete AI/LLM Vendor ?",
"AdminPages.AiVendor.Delete.form.delete.successful": "AI/LLM Vendor deleted successfully",
"AdminPages.AiVendors.List.empty.content.Aivendors": "It is possible to register an AI/LLM Vendor.",
"AdminPages.ApiCategories.AddEdit.form.add.successful": "API Category added successfully",
"AdminPages.ApiCategories.AddEdit.form.description": "Description",
"AdminPages.ApiCategories.AddEdit.form.description.helper.text": "Description of the API category",
Expand Down Expand Up @@ -150,6 +149,7 @@
"AdminPages.Gateways.table.header.description": "Description",
"AdminPages.Gateways.table.header.displayName": "Name",
"AdminPages.Gateways.table.header.gatewayType": "Gateway Type",
"AdminPages.Gateways.table.header.permission": "Visibility Permission",
"AdminPages.Gateways.table.header.type": "Type",
"AdminPages.Gateways.table.header.vhosts": "Virtual Host(s)",
"AdminPages.KeyManager.Delete.form.delete.confirmation.message": "Are you sure you want to delete this KeyManager ?",
Expand All @@ -162,46 +162,46 @@
"AdminPagesGatewayEnvironments.AddEditGWEnvironment.form.environment.displayName.empty": "Display Name is Empty",
"AdminPagesGatewayEnvironments.AddEditGWEnvironment.form.environment.vhost.duplicate": "VHosts are duplicated",
"AdminPagesGatewayEnvironments.AddEditGWEnvironment.form.environment.vhost.empty": "VHost is empty",
"AiVendor.add.success.msg": "- AI Vendor added successfully.",
"AiVendor.edit.success": "- AI Vendor edited successfully.",
"AiVendor.add.success.msg": "- AI/LLM Vendor added successfully.",
"AiVendor.edit.success": "- AI/LLM Vendor edited successfully.",
"AiVendors.AddEditAiVendor.AiVendor.configurations.llm": "LLM Configurations",
"AiVendors.AddEditAiVendor.AiVendor.configurations.llm.auth": "LLM Provider Auth Configurations",
"AiVendors.AddEditAiVendor.AiVendor.general.details.description.llm": "Configure to extract LLM related metadata",
"AiVendors.AddEditAiVendor.AiVendor.general.details.description.llm.auth": "Configure to add LLM provider authorization",
"AiVendors.AddEditAiVendor.apiDefinition": "API Definition",
"AiVendors.AddEditAiVendor.apiDefinition.description": "Upload API Definition of the AI Vendor",
"AiVendors.AddEditAiVendor.apiDefinition.description": "Upload API Definition of the AI/LLM Vendor",
"AiVendors.AddEditAiVendor.apiDefinition.upload": "Upload API Definition",
"AiVendors.AddEditAiVendor.connectorType": "Connector Type for AI Vendor",
"AiVendors.AddEditAiVendor.connectorType.description": "Reference to the connector model for the AI vendor",
"AiVendors.AddEditAiVendor.connectorType": "Connector Type for AI/LLM Vendor",
"AiVendors.AddEditAiVendor.connectorType.description": "Reference to the connector model for the AI/LLM vendor",
"AiVendors.AddEditAiVendor.form.add": "Add",
"AiVendors.AddEditAiVendor.form.cancel": "Cancel",
"AiVendors.AddEditAiVendor.form.connectorType": "Connector Type",
"AiVendors.AddEditAiVendor.form.description": "Description",
"AiVendors.AddEditAiVendor.form.description.help": "Description of the AI Vendor.",
"AiVendors.AddEditAiVendor.form.displayName.help": "API Version of the AI Vendor.",
"AiVendors.AddEditAiVendor.form.description.help": "Description of the AI/LLM Vendor.",
"AiVendors.AddEditAiVendor.form.displayName.help": "API Version of the AI/LLM Vendor.",
"AiVendors.AddEditAiVendor.form.has.errors": "One or more fields contain errors.",
"AiVendors.AddEditAiVendor.form.name": "Name",
"AiVendors.AddEditAiVendor.form.name.help": "Connector Type for AI Vendor",
"AiVendors.AddEditAiVendor.form.name.help": "Connector Type for AI/LLM Vendor",
"AiVendors.AddEditAiVendor.form.update.btn": "Update",
"AiVendors.AddEditAiVendor.general.details": "General Details",
"AiVendors.AddEditAiVendor.general.details.description": "Provide name and description of the AI Vendor",
"AiVendors.AddEditAiVendor.general.details.description": "Provide name and description of the AI/LLM Vendor",
"AiVendors.AddEditAiVendor.is.empty.error": "is empty",
"AiVendors.AddEditAiVendor.is.empty.error.apiVersion": "Required field is empty.",
"AiVendors.AddEditAiVendor.is.empty.error.attributeIdentifier": "Attribute identifier is required.",
"AiVendors.AddEditAiVendor.is.empty.error.connectorType": "Connector type is required.",
"AiVendors.AddEditAiVendor.is.empty.error.inputSource": "Input source is required.",
"AiVendors.AddEditAiVendor.title.edit": "AI Vendor - Edit",
"AiVendors.AddEditAiVendor.title.new": "AI Vendor - Create new",
"AiVendors.AddEditAiVendor.title.edit": "AI/LLM Vendor - Edit",
"AiVendors.AddEditAiVendor.title.new": "AI/LLM Vendor - Create new",
"AiVendors.AiAPIDefinition.browse.files.to.upload": "Browse File to Upload",
"AiVendors.AiAPIDefinition.drag.and.drop.message": "Drag and Drop files here {break} or {break}",
"AiVendors.ListAiVendors.List.title": "AI Vendors",
"AiVendors.ListAiVendors.addNewAiVendor": "Add AI Vendor",
"AiVendors.ListAiVendors.empty.title": "AI Vendors",
"AiVendors.ListAiVendors.table.header.label.aiVendorName": "AI Vendor Name",
"AiVendors.ListAiVendors.List.title": "AI/LLM Vendors",
"AiVendors.ListAiVendors.addNewAiVendor": "Add AI/LLM Vendor",
"AiVendors.ListAiVendors.empty.title": "AI/LLM Vendors",
"AiVendors.ListAiVendors.table.header.label.aiVendorName": "AI/LLM Vendor Name",
"AiVendors.ListAiVendors.table.header.label.apiVersion": "API Version",
"AiVendors.ListAiVendors.table.header.label.builtInSupport": "Type",
"AiVendors.ListAiVendors.table.header.label.description": "Description",
"AiVendors.ListAiVendors.table.is.used.delete.tooltip": "Default AI Vendors cannot be deleted",
"AiVendors.ListAiVendors.table.is.used.delete.tooltip": "Default AI/LLM Vendors cannot be deleted",
"AiVendors.OpenAPI.file.error": "Error reading file",
"Api.Name": "API Name",
"Api.Provider": "Provider",
Expand Down Expand Up @@ -266,9 +266,9 @@
"Base.RouteMenuMapping.advanced.throttling.policies": "Advanced Policies",
"Base.RouteMenuMapping.advanced.throttling.policies.Adding": "Add Advanced Policy",
"Base.RouteMenuMapping.advanced.throttling.policies.Editing": "Edit Advanced Policy",
"Base.RouteMenuMapping.aivendors": "AI Vendors",
"Base.RouteMenuMapping.aivendors.items.Adding": "Add AI Vendor",
"Base.RouteMenuMapping.aivendors.items.Editing": "Edit AI Vendor",
"Base.RouteMenuMapping.aivendors": "AI/LLM Vendors",
"Base.RouteMenuMapping.aivendors.items.Adding": "Add AI/LLM Vendor",
"Base.RouteMenuMapping.aivendors.items.Editing": "Edit AI/LLM Vendor",
"Base.RouteMenuMapping.api.categories": "API Categories",
"Base.RouteMenuMapping.api.product.state.change": "API Product State Change",
"Base.RouteMenuMapping.api.revision.deployment": "API Revision Deployment",
Expand Down Expand Up @@ -335,6 +335,11 @@
"Dashboard.tasksWorkflow.noTasks.card.description": "Manage workflow tasks, increase productivity and enhance competitiveness by enabling developers to easily deploy business processes and models.",
"Dashboard.tasksWorkflow.noTasks.card.title": "All the pending tasks completed",
"Form.Dialog.Base.cancel.btn": "Cancel",
"Gateway.AddEditGWEnvironment.permission.Invalid": "Invalid Role(s) Found",
"Gateway.AddEditGWEnvironment.permission.allowed": "Use of this Gateway Environment is \"Allowed\" for above roles.",
"Gateway.AddEditGWEnvironment.permission.denied": "Use of this Gateway Environment is \"Denied\" for above roles.",
"Gateway.AddEditGWEnvironment.permission.help": "Enter a valid role and press `Enter`",
"GatewayEnvironments.AddEditGWEnvironment.form.Permission.helper.text": "Permissions for the Gateway Environment",
"GatewayEnvironments.AddEditGWEnvironment.form.description.help": "Description of the Gateway Environment",
"GatewayEnvironments.AddEditGWEnvironment.form.description.label": "Description",
"GatewayEnvironments.AddEditGWEnvironment.form.displayName": "Display Name",
Expand All @@ -351,6 +356,11 @@
"GatewayEnvironments.AddEditGWEnvironment.form.info.edit.successful": "Gateway Environment edited successfully",
"GatewayEnvironments.AddEditGWEnvironment.form.name": "Name",
"GatewayEnvironments.AddEditGWEnvironment.form.name.help": "Name of the Gateway Environment",
"GatewayEnvironments.AddEditGWEnvironment.form.permission.allow.option": "Allow for role(s)",
"GatewayEnvironments.AddEditGWEnvironment.form.permission.deny.option": "Deny for role(s)",
"GatewayEnvironments.AddEditGWEnvironment.form.permission.public.option": "Public",
"GatewayEnvironments.AddEditGWEnvironment.form.permissions": "Permission",
"GatewayEnvironments.AddEditGWEnvironment.form.permissions.select": "Permission",
"GatewayEnvironments.AddEditGWEnvironment.form.save.button.label": "Save",
"GatewayEnvironments.AddEditGWEnvironment.form.type.helper.text": "Supported Key Type of the Gateway Environment",
"GatewayEnvironments.AddEditGWEnvironment.form.type.hybrid.option": "Hybrid",
Expand Down
Loading
Loading