mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-17 11:04:00 +01:00
change text
This commit is contained in:
parent
729685e87e
commit
d2a6694b9a
@ -90,7 +90,7 @@ tags = Tags
|
|||||||
type = Type
|
type = Type
|
||||||
disk.total = Disk Total
|
disk.total = Disk Total
|
||||||
disk.allocated = Disk Allocated
|
disk.allocated = Disk Allocated
|
||||||
|
ip.address.range = IP Range
|
||||||
|
|
||||||
disk.offering = Disk Offering
|
disk.offering = Disk Offering
|
||||||
copy.ISO.to = Copy ISO to
|
copy.ISO.to = Copy ISO to
|
||||||
|
|||||||
@ -896,8 +896,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="networkswitch_vlan_detailsbox_textbox">
|
<div class="networkswitch_vlan_detailsbox_textbox">
|
||||||
<div class="networkswitch_vlan_detailsbox_textbox_label">
|
<div class="networkswitch_vlan_detailsbox_textbox_label">
|
||||||
IP:</div>
|
<%=t.t("ip.address.range")%>:</div>
|
||||||
<span id="ipaddress">n.n.n.n</span>
|
<span id="ip_range">n.n.n.n - m.m.m.m</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="networkswitch_typeicon direct">
|
<div class="networkswitch_typeicon direct">
|
||||||
@ -918,8 +918,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="networkswitch_vlan_detailsbox_textbox">
|
<div class="networkswitch_vlan_detailsbox_textbox">
|
||||||
<div class="networkswitch_vlan_detailsbox_textbox_label">
|
<div class="networkswitch_vlan_detailsbox_textbox_label">
|
||||||
IP:</div>
|
<%=t.t("ip.address.range")%>:</div>
|
||||||
<span id="ipaddress">n.n.n.n</span>
|
<span id="ip_range">n.n.n.n - m.m.m.m</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="networkswitch_typeicon virtual">
|
<div class="networkswitch_typeicon virtual">
|
||||||
|
|||||||
@ -351,7 +351,7 @@ function afterLoadResourceJSP() {
|
|||||||
function vlanjsontotemplate(jsonObj, $template1) {
|
function vlanjsontotemplate(jsonObj, $template1) {
|
||||||
$template1.data("jsonObj", jsonObj);
|
$template1.data("jsonObj", jsonObj);
|
||||||
$template1.find("#vlan_id").text(jsonObj.vlan);
|
$template1.find("#vlan_id").text(jsonObj.vlan);
|
||||||
$template1.find("#ipaddress").text(jsonObj.description);
|
$template1.find("#ip_range").text(jsonObj.description);
|
||||||
}
|
}
|
||||||
|
|
||||||
//***** zone page (end) *******************************************************************************************************
|
//***** zone page (end) *******************************************************************************************************
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user