rename the application code to cluster for advanced search

This commit is contained in:
jbai 2016-03-02 18:40:00 -08:00
parent 2613fab8f1
commit 7cfc540169

View File

@ -345,7 +345,7 @@
<div class="row">
<div class="col-md-12">
<div class="control-group col-md-12">
<label class="control-label">Application Code</label>
<label class="control-label">Cluster</label>
<div class="controls">
<div class="row">
<div class="col-xs-3 text-right">
@ -355,8 +355,8 @@
<input
id="appcodeInInput"
class="appcodeInput"
placeholder="<app_code1>, <app_code2>"
title="Application Code"
placeholder="<cluster1>, <cluster2>"
title="Cluster"
style="width: 100%;">
</input>
</div>
@ -369,8 +369,8 @@
<input
id="appcodeNotInInput"
class="appcodeInput"
placeholder="<app_code_to_exclude>"
title="Application Code"
placeholder="<cluster_to_exclude>"
title="Cluster"
style="width: 100%;">
</input>
</div>