Skip to content

Commit

Permalink
change deployments to two column structure
Browse files Browse the repository at this point in the history
  • Loading branch information
GihanAyesh committed Oct 18, 2023
1 parent 32ba840 commit 5019163
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 243 deletions.
22 changes: 11 additions & 11 deletions portals/publisher/src/main/webapp/site/public/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,12 @@
"value": "Protocol"
}
],
"Apis.Details.\n Environments.Environments.\n pending.chip": [
{
"type": 0,
"value": "Pending"
}
],
"Apis.Details.\n Environments.deploy.vhost": [
{
"type": 0,
Expand Down Expand Up @@ -4337,10 +4343,10 @@
"value": "Display in Developer Portal"
}
],
"Apis.Details.Environments.Environments.gateway\n .deployed.revision": [
"Apis.Details.Environments.Environments.gateway\n .deployment.current.revision": [
{
"type": 0,
"value": "Deployed Revision"
"value": "Current Revision"
}
],
"Apis.Details.Environments.Environments.gateway.accessUrl": [
Expand All @@ -4355,10 +4361,10 @@
"value": "Action"
}
],
"Apis.Details.Environments.Environments.gateway.status": [
"Apis.Details.Environments.Environments.gateway.deployment.next.revision": [
{
"type": 0,
"value": "Deployment Status"
"value": "Next Revision"
}
],
"Apis.Details.Environments.Environments.pending.chip": [
Expand Down Expand Up @@ -4527,16 +4533,10 @@
"value": "Solace Platform Environments"
}
],
"Apis.Details.Environments.Environments.status.deployed": [
{
"type": 0,
"value": "Deployed"
}
],
"Apis.Details.Environments.Environments.status.not.deployed": [
{
"type": 0,
"value": "N/A"
"value": "No Revision Deployed"
}
],
"Apis.Details.Environments.Environments.undeploy.btn": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,9 @@
"Apis.Create.streaming.Components.SelectPolicies.business.plans": {
"defaultMessage": "Protocol"
},
"Apis.Details.\n Environments.Environments.\n pending.chip": {
"defaultMessage": "Pending"
},
"Apis.Details.\n Environments.deploy.vhost": {
"defaultMessage": "VHost"
},
Expand Down Expand Up @@ -2061,17 +2064,17 @@
"Apis.Details.Environments.Environments.display.in.devportal": {
"defaultMessage": "Display in Developer Portal"
},
"Apis.Details.Environments.Environments.gateway\n .deployed.revision": {
"defaultMessage": "Deployed Revision"
"Apis.Details.Environments.Environments.gateway\n .deployment.current.revision": {
"defaultMessage": "Current Revision"
},
"Apis.Details.Environments.Environments.gateway.accessUrl": {
"defaultMessage": "Gateway Access URL"
},
"Apis.Details.Environments.Environments.gateway.action": {
"defaultMessage": "Action"
},
"Apis.Details.Environments.Environments.gateway.status": {
"defaultMessage": "Deployment Status"
"Apis.Details.Environments.Environments.gateway.deployment.next.revision": {
"defaultMessage": "Next Revision"
},
"Apis.Details.Environments.Environments.pending.chip": {
"defaultMessage": "Pending"
Expand Down Expand Up @@ -2142,11 +2145,8 @@
"Apis.Details.Environments.Environments.solace.platform.environments.heading": {
"defaultMessage": "Solace Platform Environments"
},
"Apis.Details.Environments.Environments.status.deployed": {
"defaultMessage": "Deployed"
},
"Apis.Details.Environments.Environments.status.not.deployed": {
"defaultMessage": "N/A"
"defaultMessage": "No Revision Deployed"
},
"Apis.Details.Environments.Environments.undeploy.btn": {
"defaultMessage": "Undeploy"
Expand Down
Loading

0 comments on commit 5019163

Please sign in to comment.