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 +22
-5
lines changed Expand file tree Collapse file tree 2 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 1
1
< h1 class ="no-user-selection "> Runtime applications</ h1 >
2
- < p > This section shows the list of all running apps.</ p >
2
+ < table >
3
+ < tr >
4
+ < th style ="font-weight: normal; width: 950px ">
5
+ This section shows the list of all running apps.
6
+ </ th >
7
+ < th >
8
+ < button id ="refreshTaskExecutionsButton " type ="button " (click) ="getPage($event) "
9
+ class ="btn btn-default "> < span class ="glyphicon glyphicon-refresh "> </ span > </ button >
10
+ </ th >
11
+ </ tr >
12
+ </ table >
3
13
< div *ngIf ="runtimeApps?.items.length == 0 "> No applications are running.</ div >
4
14
< table *ngIf ="runtimeApps?.items.length > 0 " class ="table table-hover ">
5
15
< thead >
Original file line number Diff line number Diff line change 1
1
< h1 [ngBusy] ="busy "> Task Executions</ h1 >
2
- < p >
3
- This section lists all the available task executions.
4
- </ p >
5
-
2
+ < table >
3
+ < tr >
4
+ < th style ="font-weight: normal; width: 765px ">
5
+ This section lists all the available task executions.
6
+ </ th >
7
+ < th >
8
+ < button id ="refreshTaskExecutionsButton " type ="button " (click) ="loadTaskExecutions() "
9
+ class ="btn btn-default "> < span class ="glyphicon glyphicon-refresh "> </ span > </ button >
10
+ </ th >
11
+ </ tr >
12
+ </ table >
6
13
< div *ngIf ="!taskExecutions "> No task executions available.</ div >
7
14
< table *ngIf ="taskExecutions?.items " class ="table table-hover ">
8
15
< thead >
You can’t perform that action at this time.
0 commit comments