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