mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-25 17:08:29 +00:00
rename the application code to cluster for advanced search
This commit is contained in:
parent
2613fab8f1
commit
7cfc540169
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user