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=d325d4d2b5265cdc664066a7cf35419edd0a3adb;hpb=fb9a5699b247ad1518c5714224396205485a3c4c;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 d325d4d..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,6 +18,7 @@ limitations under the License. ========================LICENSE_END=================================== -->
+ auto-refresh
@@ -35,7 +36,7 @@ limitations under the License.
- {{eiJob.jobId}} + {{job.jobId}} @@ -48,7 +49,7 @@ limitations under the License.
- {{eiJob.prodId}} + {{job.prodId}} @@ -61,7 +62,7 @@ limitations under the License. - {{this.getJobTypeId(eiJob)}} + {{this.getJobTypeId(job)}} @@ -74,7 +75,7 @@ limitations under the License. - {{this.getJobOwner(eiJob)}} + {{this.getJobOwner(job)}} @@ -87,7 +88,7 @@ limitations under the License. - {{eiJob.targetUri}} + {{job.targetUri}}