mirror of https://github.com/apache/cloudstack.git
bug 9126: cloudStack UI - Add Host Dialog - rename "Tags" to "Host Tags".
This commit is contained in:
parent
207f47575e
commit
2ed1afa14e
|
|
@ -265,8 +265,8 @@ dictionary = {
|
|||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<label input_group="general">
|
||||
Tags:</label>
|
||||
<label input_group="general">
|
||||
<fmt:message key="label.host.tags"/>:</label>
|
||||
<input class="text" type="text" name="host_tags" id="host_tags" />
|
||||
<div id="host_tags_errormsg" class="dialog_formcontent_errormsg" style="display: none;">
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -810,8 +810,8 @@ dictionary = {
|
|||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<label input_group="general">
|
||||
Tags:</label>
|
||||
<label input_group="general">
|
||||
<fmt:message key="label.host.tags"/>:</label>
|
||||
<input class="text" type="text" name="host_tags" id="host_tags" />
|
||||
<div id="host_tags_errormsg" class="dialog_formcontent_errormsg" style="display: none;">
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -507,8 +507,8 @@ dictionary = {
|
|||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<label input_group="general">
|
||||
Tags:</label>
|
||||
<label input_group="general">
|
||||
<fmt:message key="label.host.tags"/>:</label>
|
||||
<input class="text" type="text" name="host_tags" id="host_tags" />
|
||||
<div id="host_tags_errormsg" class="dialog_formcontent_errormsg" style="display: none;">
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -985,8 +985,8 @@
|
|||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<label input_group="general">
|
||||
Tags:</label>
|
||||
<label input_group="general">
|
||||
<fmt:message key="label.host.tags"/>:</label>
|
||||
<input class="text" type="text" name="host_tags" id="host_tags" />
|
||||
<div id="host_tags_errormsg" class="dialog_formcontent_errormsg" style="display: none;">
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -473,8 +473,8 @@ dictionary = {
|
|||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<label input_group="general">
|
||||
Tags:</label>
|
||||
<label input_group="general">
|
||||
<fmt:message key="label.host.tags"/>:</label>
|
||||
<input class="text" type="text" name="host_tags" id="host_tags" />
|
||||
<div id="host_tags_errormsg" class="dialog_formcontent_errormsg" style="display: none;">
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue