Skip to content

Commit

Permalink
added hr in cronjab overview
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Rothenbücher committed Feb 9, 2017
1 parent 4bf25d5 commit 51f9837
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion WebContent/assets/js/cron.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
row += "</div>";
row += '<div class="col-xs-2">';
row += '<button data-target="' + elem.target + '" data-name="' + elem.name + '" class="btn btn-default del-cron">delete</button>';
row += "</div></div>";
$cjobs.append(row);
});

Expand Down

0 comments on commit 51f9837

Please sign in to comment.