X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fei-coordinator%2Fjobs-list%2Fjobs-list.component.html;h=aca09313ca9938867d07a304742ebb628ab0929c;hb=refs%2Fchanges%2F71%2F6071%2F2;hp=840cc952a7fbebbdaae5f59292b415bed6ecedac;hpb=f8f8ed0d00fb9c8ba0ca88f180cad5f13381db2a;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/src/app/ei-coordinator/jobs-list/jobs-list.component.html b/webapp-frontend/src/app/ei-coordinator/jobs-list/jobs-list.component.html index 840cc95..aca0931 100644 --- a/webapp-frontend/src/app/ei-coordinator/jobs-list/jobs-list.component.html +++ b/webapp-frontend/src/app/ei-coordinator/jobs-list/jobs-list.component.html @@ -18,20 +18,38 @@ limitations under the License. ========================LICENSE_END=================================== -->
+ auto-refresh +
+ +
- + matSortDisableClear matSortDirection="asc" class="ei-coordinator-table mat-elevation-z8"> +
- + Job ID
- {{eiJob.ei_job_identity}} + {{job.jobId}} +
+ + +
+
+ + + Producer ID + +
+
+
+ {{job.prodId}}
@@ -44,7 +62,7 @@ limitations under the License.
- {{this.getJobTypeId(eiJob)}} + {{this.getJobTypeId(job)}} @@ -57,7 +75,7 @@ limitations under the License. - {{this.getJobOwner(eiJob)}} + {{this.getJobOwner(job)}} @@ -70,9 +88,11 @@ limitations under the License. - {{eiJob.target_uri}} + {{job.targetUri}} - - + + + \ No newline at end of file