Merge pull request #396 from gaojieliu/FileFetcher_Stats
[voldemort.git] / contrib / web-manager / app / views / store_new.haml
blobcaca7dc73901e9acf57b3c3ea532561d1b060dd0
1 %h2 Create new store
3 %form{:id=>"store_form", :method=>"post", :action => (url_for "/stores/new")}
4   %p
5     %label Name:
6     %br
7     %input{:id=>"store_name", :name=>"store_name", :type=>"text", :value=>""}
8     
9   %p
10     %label Key serializer:
11     %br
12     %select{:id=>"store_key_name", :name=>"store_key_name", :value=>"json"}
13       %option json
14     %input{:id=>"store_key_schema", :name=>"store_key_schema", :type=>"text", :value=>""}
15   
16   %p
17   %label Value serializer:
18   %br
19   %select{:id=>"store_value_name", :name=>"store_value_name", :value=>"json"}
20     %option json
21   %input{:id=>"store_value_schema", :name=>"store_value_schema", :type=>"text", :value=>""}
22   
23   %p
24     %input{:type=>"submit", :value=>"Create"}