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_r292041845
 
 

 ##########
 File path: flink-runtime-web/web-dashboard/src/app/services/artifact.service.ts
 ##########
 @@ -26,12 +26,12 @@ import { catchError, map } from 'rxjs/operators';
 @Injectable({
   providedIn: 'root'
 })
-export class JarService {
+export class ArtifactService {
   /**
-   * Get uploaded jar list
+   * Get uploaded artifact list
    */
-  loadJarList() {
-    return this.httpClient.get<JarListInterface>(`${BASE_URL}/jars`).pipe(
+  loadArtifactList() {
+    return this.httpClient.get<JarListInterface>(`${BASE_URL}/artifacts`).pipe(
 
 Review comment:
   I think so. +1

----------------------------------------------------------------
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