Skip to content

Commit

Permalink
Remove forgotten button (MID-5567)
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Aug 27, 2019
1 parent 87a95d3 commit c4febf5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -32,7 +32,6 @@
<a class="btn btn-danger" wicket:id="suspend" />
<a class="btn btn-success" wicket:id="resume" />
<a class="btn btn-success" wicket:id="runNow" />
<a class="btn btn-danger" wicket:id="stopApproval" />
</div>
</form>
</wicket:panel>
Expand Down
Expand Up @@ -55,7 +55,6 @@ public class TaskMainPanel extends Panel {
private static final String ID_SUSPEND = "suspend";
private static final String ID_RESUME = "resume";
private static final String ID_RUN_NOW = "runNow";
private static final String ID_STOP_APPROVAL = "stopApproval";

private static final Trace LOGGER = TraceManager.getTrace(TaskMainPanel.class);

Expand Down

0 comments on commit c4febf5

Please sign in to comment.