You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by ma...@apache.org on 2013/02/07 16:51:35 UTC

[2/2] git commit: [Core] add launch time to html instance view - related DTACLOUD-455

Updated Branches:
  refs/heads/master cdcf0eb5c -> e7e9232da


[Core] add launch time to html instance view - related DTACLOUD-455

https://issues.apache.org/jira/browse/DTACLOUD-455


Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/e7e9232d
Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/e7e9232d
Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/e7e9232d

Branch: refs/heads/master
Commit: e7e9232da4030c872dd2feea5d943cce86f953e8
Parents: 0b487f3
Author: marios <ma...@redhat.com>
Authored: Thu Feb 7 15:40:29 2013 +0200
Committer: marios <ma...@redhat.com>
Committed: Thu Feb 7 17:51:01 2013 +0200

----------------------------------------------------------------------
 server/views/instances/show.html.haml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/e7e9232d/server/views/instances/show.html.haml
----------------------------------------------------------------------
diff --git a/server/views/instances/show.html.haml b/server/views/instances/show.html.haml
index cc0b92b..bbe2e56 100644
--- a/server/views/instances/show.html.haml
+++ b/server/views/instances/show.html.haml
@@ -12,6 +12,9 @@
     %li{ :'data-role' => 'list-divider'} State
     %li
       %p{ :'data-role' => 'fieldcontain'}=@instance.state
+    %li{ :'data-role' => 'list-divider'} Launch Time
+    %li
+      %p{ :'data-role' => 'fieldcontain'}=@instance.launch_time
     %li{ :'data-role' => 'list-divider'} Image
     %li
       %a{ :href => image_url(@instance.image_id), :'data-ajax' => 'false' }=@instance.image_id