@lowcodeunit/applications-flow-common 1.37.97-devops-loading-logic → 1.37.100-merge
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/elements/project-card/project-card.component.mjs +4 -5
- package/fesm2015/lowcodeunit-applications-flow-common.mjs +3 -4
- package/fesm2015/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs +3 -4
- package/fesm2020/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/package.json +1 -1
@@ -8113,8 +8113,7 @@ class ProjectCardComponent {
|
|
8113
8113
|
name: tempProj.Project.Name,
|
8114
8114
|
description: tempProj.Project.Description,
|
8115
8115
|
lookup: pLookup,
|
8116
|
-
url: 'https://
|
8117
|
-
tempProj.Hosts[tempProj?.Hosts?.length - 1],
|
8116
|
+
url: 'https://' + tempProj.Hosts[tempProj?.Hosts?.length - 1],
|
8118
8117
|
routerLink: ['/project', pLookup],
|
8119
8118
|
};
|
8120
8119
|
let tempRoutes = this.ApplicationRoutes;
|
@@ -8124,7 +8123,7 @@ class ProjectCardComponent {
|
|
8124
8123
|
this.AppRoute = appRoute;
|
8125
8124
|
let tempRouteNode = {
|
8126
8125
|
name: this.AppRoute,
|
8127
|
-
url: 'https://
|
8126
|
+
url: 'https://' +
|
8128
8127
|
tempProj?.Hosts[tempProj?.Hosts?.length - 1] +
|
8129
8128
|
this.AppRoute,
|
8130
8129
|
routerLink: ['/route', this.AppRoute, pLookup],
|
@@ -8137,7 +8136,7 @@ class ProjectCardComponent {
|
|
8137
8136
|
let tempAppNode = {
|
8138
8137
|
lookup: appLookup,
|
8139
8138
|
name: tempApp.Application.Name,
|
8140
|
-
url: 'https://
|
8139
|
+
url: 'https://' +
|
8141
8140
|
tempProj?.Hosts[tempProj?.Hosts?.length - 1] +
|
8142
8141
|
this.AppRoute,
|
8143
8142
|
description: tempApp.Application.Description,
|