[fedora-websites] #132: Run button next to fedora AMI instances.

fedora-websites trac at fedorahosted.org
Wed Mar 27 15:34:06 UTC 2013


#132: Run button next to fedora AMI instances.
-------------------------+------------------------
 Reporter:  mattdm       |       Owner:  webmaster
     Type:  enhancement  |      Status:  reopened
 Priority:  major        |   Milestone:  Fedora 18
Component:  get.fp.o     |  Resolution:
 Keywords:               |  Blocked By:
 Blocking:               |
-------------------------+------------------------

Comment (by mattdm):

 I was thinking more like this:

 {{{
 #!html
 <h1>Fedora Cloud Images</h1>
 <table>
 <tr>
   <th>Region</th><th>Architecture</th><th>AMI ID</th>
 </tr>
   <td>
     <select>
        <option>us-east-1</option>
        <option>us-west-1</option>
        <option>us-west-2</option>
        <option>eu-west-1</option>
        <option>sa-east-1</option>
        <option>ap-southeast-1</option>
        <option>ap-southeast-2</option>
        <option>ap-northeast-1</option>
     </select>
   </td>
   <td>
     <select>
        <option>64 bit (x86_64)</option>
        <option>32 bit (i386)</option>
     <select>
   </td>
   <td>
     <i>(via javascript)</i>
   </td>
   <td>
      <input type=submit value=Launch>
   </td>
  </tr>
 </table>
 }}}

 Compact and straightforward, and I think easier than the multi-level menu.

-- 
Ticket URL: <https://fedorahosted.org/fedora-websites/ticket/132#comment:11>
fedora-websites <https://fedoraproject.org/wiki/Websites>
Fedora Website Team's Trac instance


More information about the websites mailing list