Skip to content

Commit

Permalink
fix: ports add service_alias (#1546)
Browse files Browse the repository at this point in the history
Signed-off-by: 张启航 <[email protected]>
  • Loading branch information
ZhangSetSail authored Nov 19, 2024
1 parent 15ea2ce commit f89046a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions console/views/app_config/app_port.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def get(self, request, *args, **kwargs):
port_list = []
for port in tenant_service_ports:
port_info = port.to_dict()
port_info["service_alias"] = self.service.service_alias
variables = port_service.get_port_variables(self.tenant, self.service, port)
port_info["environment"] = variables["environment"]
outer_url = ""
Expand Down

0 comments on commit f89046a

Please sign in to comment.