From: Jan Provaznik <[email protected]>
---
src/app/views/instance/new.haml | 5 +++++
src/app/views/templates/_basics.haml | 4 ++++
2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/app/views/instance/new.haml b/src/app/views/instance/new.haml
index 71af6d3..70f8cd2 100644
--- a/src/app/views/instance/new.haml
+++ b/src/app/views/instance/new.haml
@@ -9,6 +9,11 @@
%img{:src => "/images/platform_#{tpl.platform}.png", :width => '32px',
:height => '32px', :alt => tpl.platform}
%h3= tpl.name
%p= tpl.summary
+ %p
+ %label Group:
+ System
+ %label Version:
+ 2.5
= submit_tag 'Launch', :name => 'launch'
= will_paginate(@templates)
= page_entries_info(@templates)
diff --git a/src/app/views/templates/_basics.haml
b/src/app/views/templates/_basics.haml
index 55dba67..78c8f7d 100644
--- a/src/app/views/templates/_basics.haml
+++ b/src/app/views/templates/_basics.haml
@@ -19,3 +19,7 @@
= label_tag :bootable, 'Yes'
= radio_button_tag :bootable, 'no', :disabled => true
= label_tag :bootable, 'No'
+%p
+ %label{ :for => :template_group}
+ Template Group
+ = select_tag(:template_group, options_for_select([['User Private', 1]]))
--
1.7.2.3
_______________________________________________
deltacloud-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/deltacloud-devel