Skip to content

Commit

Permalink
Change job controls to just run button
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Jan 7, 2011
1 parent 2d60918 commit 743ff2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rundeckapp/grails-app/views/menu/_jobslist.gsp
Expand Up @@ -82,7 +82,7 @@
</g:else>
</td>
<td style="width: 80px; vertical-align: top; white-space:nowrap; text-align:right" class="jobbuttons right">
<g:render template="/scheduledExecution/actionButtons" model="${[scheduledExecution:scheduledExecution,authMap:authMap,jobauthorizations:jobauthorizations]}"/>
<g:render template="/scheduledExecution/actionButtons" model="${[scheduledExecution:scheduledExecution,authMap:authMap,jobauthorizations:jobauthorizations,small:true]}"/>
</td>

</tr>
Expand Down

0 comments on commit 743ff2d

Please sign in to comment.