Skip to content

Commit 74cdbba

Browse files
committed
Add placeholder to show default value
1 parent 0f45468 commit 74cdbba

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<div class="form_item_block">
2-
<label>Go pipeline files global pattern:</label>
3-
<input type="text" ng-model="pipeline_pattern" ng-required="false"/>
2+
<label>GoCD pipeline files global pattern:</label>
3+
<input type="text" ng-model="pipeline_pattern" ng-required="false" placeholder="**/*.gocdpipeline.json"/>
44
<span class="form_error" ng-show="GOINPUTNAME[pipeline_pattern].$error.server">{{ GOINPUTNAME[pipeline_pattern].$error.server }}</span>
55
</div>
66
<div class="form_item_block">
7-
<label>Go environment files global pattern:</label>
8-
<input type="text" ng-model="environment_pattern" ng-required="false"/>
7+
<label>GoCD environment files global pattern:</label>
8+
<input type="text" ng-model="environment_pattern" ng-required="false" placeholder="**/*.goenvironment.json"/>
99
<span class="form_error" ng-show="GOINPUTNAME[environment_pattern].$error.server">{{ GOINPUTNAME[environment_pattern].$error.server }}</span>
1010
</div>

resources/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<version>PLUGIN_VERSION_NUMBER</version>
66
<target-go-version>GO_TARGET_VERSION_NUMBER</target-go-version>
77
<description>
8-
Configuration plugin that supports Go configuration in JSON
8+
Configuration plugin that supports GoCD configuration in JSON
99
</description>
1010
<vendor>
1111
<name>Tomasz Setkowski</name>

0 commit comments

Comments
 (0)