Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Using JL prefix and the right index number [JENKINS-30161]
  • Loading branch information
v1v committed Aug 26, 2015
1 parent 134892d commit b9f8e56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -9,7 +9,7 @@
public abstract class AbstractSlaveCheck implements Comparable<AbstractSlaveCheck>, InterfaceSlaveCheck {
private String name;
private String description;
private String id = "SL-";
private String id = "JL-";
private String severity;
protected static final Logger LOG = Logger.getLogger(AbstractSlaveCheck.class.getName());

Expand Down
Expand Up @@ -117,6 +117,7 @@
${%Jenkins.Lint.Description.2}
<br/>
</j:if>
<j:set var="index" value="${it.checkList.size()}"/>
<table class="sortable pane bigtable" id="jenkinsSlaveTable">
<thead>
<tr>
Expand Down

0 comments on commit b9f8e56

Please sign in to comment.