You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by mf...@apache.org on 2011/07/20 15:09:30 UTC

svn commit: r1148751 - /incubator/deltacloud/trunk/server/views/instances/new.html.haml

Author: mfojtik
Date: Wed Jul 20 13:09:29 2011
New Revision: 1148751

URL: http://svn.apache.org/viewvc?rev=1148751&view=rev
Log:
Added new text filed to input Base64 encoded field in new instance UI

Modified:
    incubator/deltacloud/trunk/server/views/instances/new.html.haml

Modified: incubator/deltacloud/trunk/server/views/instances/new.html.haml
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/server/views/instances/new.html.haml?rev=1148751&r1=1148750&r2=1148751&view=diff
==============================================================================
--- incubator/deltacloud/trunk/server/views/instances/new.html.haml (original)
+++ incubator/deltacloud/trunk/server/views/instances/new.html.haml Wed Jul 20 13:09:29 2011
@@ -27,6 +27,11 @@
         %option
         - @load_balancers.each do |load_balancer|
           %option{:value => load_balancer.id} #{load_balancer.id}
+  -if driver_has_feature?(:user_data)
+    %p
+      %label
+        User data (Base64):
+      %textarea{:name => :user_data, :cols => 60, :rows => 10, :placeholder => "Copy&Paste a Base64 string here..."}
   -if driver_has_feature?(:authentication_key)
     %p
       %label