remove delete jobset button until we actually have implemented the action properly
[?]
Mar 26, 2012, 12:39 PM
MHX5I2GC4LDIJESW62X3MVRILUVC34CWCXARWXAZMCKS3PCIHP2ACDependencies
- [2]
ODNCGFQ5* Improved the navigation bar: don't include all projects (since that - [3]
ZI535LI6* hydra: 'new' UI for project/jobset/job/build
Change contents
- edit in src/root/jobset.tt at line 307
[% IF !create %]<form action="[% c.uri_for('/jobset' project.name jobset.name 'delete') %]" method="post"><p><button id="delete-jobset" type="submit"><img src="/static/images/failure.gif" />Delete this jobset</button></p></form><script type="text/javascript">$("#delete-jobset").click(function() {return confirm("Are you sure you want to delete this jobset?");});</script> - edit in src/root/jobset.tt at line 308
[% END %]