Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-31153] One more label
Originally-Committed-As: 259a070a3f9b24b564a9ceb04298eed013b00062
  • Loading branch information
Manuel Recena committed Jan 11, 2016
1 parent 98609ab commit 1528233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cps/src/main/js/samples.js
Expand Up @@ -11,7 +11,7 @@ exports.addSamplesWidget = function(editor) {
var $aceEditor = $('#workflow-editor');
var sampleSelect = $('<select></select>');

sampleSelect.append('<option >try sample workflow...</option>');
sampleSelect.append('<option >try sample Pipeline...</option>');
for (var i = 0; i < samples.length; i++) {
sampleSelect.append('<option value="' + samples[i].name + '">' + samples[i].title + '</option>');
}
Expand Down

0 comments on commit 1528233

Please sign in to comment.