You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2021/12/03 13:20:19 UTC

[incubator-datalab] branch develop updated: removed date setting

This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/develop by this push:
     new dc8a756  removed date setting
     new ae16f21  Merge pull request #1372 from GennadiyShpak/DATALAB-2582
dc8a756 is described below

commit dc8a75619d3e2e240e022e0d4983b0052aafdb1c
Author: GennadiyShpak <bo...@gmail.com>
AuthorDate: Fri Dec 3 13:32:27 2021 +0200

    removed date setting
---
 .../resources/exploratory/detail-dialog/detail-dialog.component.html    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/detail-dialog/detail-dialog.component.html b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/detail-dialog/detail-dialog.component.html
index eef3134..3397676 100644
--- a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/detail-dialog/detail-dialog.component.html
+++ b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/detail-dialog/detail-dialog.component.html
@@ -107,7 +107,7 @@
           <div class="detail-info" *ngIf="!notebook.error_message">
             <p>Edge Node IP Address {{notebook.node_ip}}</p>
             <p *ngIf="notebook.status === 'running'">Up time {{upTimeInHours}} hour(s) since
-              {{notebook.time ? (notebook.time | longDate: 'EEEE, d MMM, y, h:mm:ss a zzzz' ) : "not specified."}}
+              {{notebook.time ? (notebook.time | longDate) : "not specified."}}
             </p>
             <p *ngIf="notebook.url?.length">Open following URL(s) in your browser to access this box:</p>
             <div class="links_block">

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org