From be945de33c794a449c5fcbf991db4bf0d49b1fb7 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 14 Jun 2016 19:14:10 +0200 Subject: Initial commit --- app/views/image_upload/index.html.erb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 app/views/image_upload/index.html.erb (limited to 'app/views/image_upload/index.html.erb') diff --git a/app/views/image_upload/index.html.erb b/app/views/image_upload/index.html.erb new file mode 100644 index 0000000..380ae57 --- /dev/null +++ b/app/views/image_upload/index.html.erb @@ -0,0 +1,18 @@ +<% title "Image upload for #{@compute.name}" %> + +<% title_actions button_group(link_to_if_authorized _('Upload Imge'), hash_for_new_compute_resource_image_upload_path(params[:compute_resource_id]), :class => 'btn btn-default') %> + + + + + + + + <% @compute.storage_pools.each do |pool| %> + + + + + <% end -%> + +
PoolCapacity
<%= pool.name %><%= pool.capacity %>
-- cgit v1.2.3