1
0
Fork 0
mirror of https://github.com/NixOS/hydra.git synced 2024-10-18 17:02:28 -04:00

Fix adding jobset inputs

This commit is contained in:
Eelco Dolstra 2013-02-21 18:10:06 +01:00
parent ba68826860
commit c22d93438e

View file

@ -113,11 +113,11 @@
</fieldset> </fieldset>
<table class="hidden"> <table style="display: none">
[% INCLUDE renderInput input="" extraClass="template" id="input-template" baseName="input-template" %] [% INCLUDE renderInput input="" extraClass="template" id="input-template" baseName="input-template" %]
</table> </table>
<tt class="inputalt hidden" id="inputalt-template"> <tt class="inputalt" id="inputalt-template" style="display: none">
[% INCLUDE renderInputAlt alt=alt %] [% INCLUDE renderInputAlt alt=alt %]
</tt> </tt>