This repository was archived by the owner on May 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ ui/app/lib/
6
6
ui /app /styles /main.css
7
7
ui /app /styles /main.css.map
8
8
ui /.tmp
9
+ ui /documentation /
10
+ ui /package-lock.json
9
11
src /main /resources /public /dashboard
10
12
target /
11
13
.classpath
Original file line number Diff line number Diff line change @@ -121,7 +121,8 @@ <h2>Version Information</h2>
121
121
</ tbody >
122
122
</ table >
123
123
124
- < h2 > Runtime Environment - App Deployer</ h2 >
124
+ < h2 *ngIf ="dataflowVersionInfo.featureInfo.skipperEnabled "> Runtime Environment - Skipper Deployer</ h2 >
125
+ < h2 *ngIf ="!dataflowVersionInfo.featureInfo.skipperEnabled "> Runtime Environment - App Deployer</ h2 >
125
126
126
127
< table class ="table table-hover " id ="appDeployerTable ">
127
128
< tbody >
@@ -158,7 +159,8 @@ <h2>Runtime Environment - App Deployer</h2>
158
159
</ tbody >
159
160
</ table >
160
161
161
- < h2 > Platform-specific Information of the App Deployer</ h2 >
162
+ < h2 *ngIf ="dataflowVersionInfo.featureInfo.skipperEnabled "> Platform-specific Information of the Skipper Deployer</ h2 >
163
+ < h2 *ngIf ="!dataflowVersionInfo.featureInfo.skipperEnabled "> Platform-specific Information of the App Deployer</ h2 >
162
164
163
165
< table class ="table table-hover " id ="appDeployerPlatformSpecificTable ">
164
166
< tbody >
You can’t perform that action at this time.
0 commit comments