This is an important piece of information that was missing.

Signed-off-by: Chris Lalancette <[email protected]>
---
 src/app/views/instance/show.haml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/app/views/instance/show.haml b/src/app/views/instance/show.haml
index 6e05d87..210b7d3 100644
--- a/src/app/views/instance/show.haml
+++ b/src/app/views/instance/show.haml
@@ -2,6 +2,9 @@
 - form_tag(:action => 'index') do
   %ul
     %li
+      = label_tag :name, 'Name'
+      %span= @instance.name
+    %li
       = label_tag :ip_address, 'IP Address'
       %span= @instance.public_ip_addresses
     %li
-- 
1.7.2.3

_______________________________________________
deltacloud-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/deltacloud-devel

Reply via email to