You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2019/07/16 08:07:23 UTC

[GitHub] [zeppelin] liuxunorg commented on a change in pull request #3407: [ZEPPELIN-4240] Fixed the date format error in cluster management page

liuxunorg commented on a change in pull request #3407: [ZEPPELIN-4240] Fixed the date format error in cluster management page
URL: https://github.com/apache/zeppelin/pull/3407#discussion_r303775975
 
 

 ##########
 File path: zeppelin-server/src/main/java/org/apache/zeppelin/rest/ClusterRestApi.java
 ##########
 @@ -152,8 +160,15 @@ public Response getClusterNodes(){
     return new JsonResponse(Response.Status.OK, "", nodes).build();
   }
 
-  private String formatIntpLink(String intpName) {
-    return String.format("<a href=\"/#/cluster/%s\">%s</a>", intpName, intpName);
+  private String formatDateTime(Object localDateTime) {
 
 Review comment:
   done. and [CI pass](https://travis-ci.org/liuxunorg/zeppelin/builds/559279220)

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services