Skip to content

Commit

Permalink
Do the required design change
Browse files Browse the repository at this point in the history
Multi selecting dropdown design for deployment and undeploy from chip
  • Loading branch information
piyumaldk committed Dec 7, 2023
1 parent 8d2f540 commit 7227b72
Show file tree
Hide file tree
Showing 3 changed files with 249 additions and 197 deletions.
18 changes: 6 additions & 12 deletions portals/publisher/src/main/webapp/site/public/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -9073,12 +9073,6 @@
"value": "Error 403 : Forbidden"
}
],
"Policy.Already.Deployed": [
{
"type": 0,
"value": "Another global policy has been already deployed in this gateway"
}
],
"Policy.Delete.Error": [
{
"type": 0,
Expand Down Expand Up @@ -9471,6 +9465,12 @@
"value": "List of APIs"
}
],
"Select.Gateways": [
{
"type": 0,
"value": "Select Gateways to Deploy"
}
],
"ServiceCatalog.CreateApi.api.context.label": [
{
"type": 0,
Expand Down Expand Up @@ -9943,12 +9943,6 @@
"value": "Version"
}
],
"Undeploy": [
{
"type": 0,
"value": "Undeploy"
}
],
"UnexpectedError.logout": [
{
"type": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4338,9 +4338,6 @@
"LoginDenied.title": {
"defaultMessage": "Error 403 : Forbidden"
},
"Policy.Already.Deployed": {
"defaultMessage": "Another global policy has been already deployed in this gateway"
},
"Policy.Delete.Error": {
"defaultMessage": "Error while deleting the policy"
},
Expand Down Expand Up @@ -4533,6 +4530,9 @@
"Scopes.Usage.UsageViewAPI.api.usage": {
"defaultMessage": "List of APIs"
},
"Select.Gateways": {
"defaultMessage": "Select Gateways to Deploy"
},
"ServiceCatalog.CreateApi.api.context.label": {
"defaultMessage": "Context"
},
Expand Down Expand Up @@ -4755,9 +4755,6 @@
"ServiceCatalog.ServicesTableView.ServicesTableView.version": {
"defaultMessage": "Version"
},
"Undeploy": {
"defaultMessage": "Undeploy"
},
"UnexpectedError.logout": {
"defaultMessage": "Logout"
},
Expand Down
Loading

0 comments on commit 7227b72

Please sign in to comment.