dianfu commented on a change in pull request #8532: [FLINK-12541][REST] Support 
to submit Python Table API jobs via REST API
URL: https://github.com/apache/flink/pull/8532#discussion_r292030447
 
 

 ##########
 File path: 
flink-runtime-web/web-dashboard/src/app/pages/submit/submit.component.html
 ##########
 @@ -33,23 +33,23 @@
         </tr>
       </thead>
       <tbody>
-        <ng-container *ngFor="let jar of listOfJar; trackBy:trackJarBy;">
-          <tr (click)="expandJar(jar)" class="clickable">
-            <td>{{jar.name}}</td>
-            <td>{{jar.uploaded | date:'yyyy-MM-dd, HH:mm:ss'}}</td>
+        <ng-container *ngFor="let artifact of listOfJar; trackBy:trackJarBy;">
 
 Review comment:
   This PR needs to be updated to make it work as the package name of 
PythonDriver changes in latest commit.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to