You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by sc...@apache.org on 2017/11/06 19:38:11 UTC

nifi-registry git commit: NIFIREG-38 Converting milliseconds to seconds in front-end

Repository: nifi-registry
Updated Branches:
  refs/heads/master 521086885 -> 7a050f279


NIFIREG-38 Converting milliseconds to seconds in front-end

This closes #25

Signed-off-by: Scott Aslan <sc...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/nifi-registry/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-registry/commit/7a050f27
Tree: http://git-wip-us.apache.org/repos/asf/nifi-registry/tree/7a050f27
Diff: http://git-wip-us.apache.org/repos/asf/nifi-registry/diff/7a050f27

Branch: refs/heads/master
Commit: 7a050f2795ebc66c61c55dbf7f95c61088b02c00
Parents: 5210868
Author: Bryan Bende <bb...@apache.org>
Authored: Wed Oct 18 17:12:08 2017 -0400
Committer: Scott Aslan <sc...@gmail.com>
Committed: Mon Nov 6 10:33:59 2017 -0500

----------------------------------------------------------------------
 .../explorer/grid-list/registry/nf-registry-grid-list-viewer.html  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/7a050f27/nifi-registry-web-ui/src/main/webapp/components/explorer/grid-list/registry/nf-registry-grid-list-viewer.html
----------------------------------------------------------------------
diff --git a/nifi-registry-web-ui/src/main/webapp/components/explorer/grid-list/registry/nf-registry-grid-list-viewer.html b/nifi-registry-web-ui/src/main/webapp/components/explorer/grid-list/registry/nf-registry-grid-list-viewer.html
index 2f0b343..6145c23 100644
--- a/nifi-registry-web-ui/src/main/webapp/components/explorer/grid-list/registry/nf-registry-grid-list-viewer.html
+++ b/nifi-registry-web-ui/src/main/webapp/components/explorer/grid-list/registry/nf-registry-grid-list-viewer.html
@@ -95,7 +95,7 @@ limitations under the License.
                                             {{snapshotMeta.comments}}
                                         </div>
                                         <div fxLayout="row" class="md-caption">
-                                            {{(snapshotMeta.timestamp | amFromUnix) | amDateFormat:'MMM-DD-YYYY'}} at {{(snapshotMeta.timestamp | amFromUnix) | amDateFormat:'h:mm A'}}
+                                            {{(snapshotMeta.timestamp/1000 | amFromUnix) | amDateFormat:'MMM-DD-YYYY'}} at {{(snapshotMeta.timestamp/1000 | amFromUnix) | amDateFormat:'h:mm A'}}
                                         </div>
                                     </div>
                                 </td-step>