mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Add Vlan range button for Network
This commit is contained in:
parent
b13da2c2c1
commit
574be18c6e
@ -3437,6 +3437,34 @@ a:hover.search_button {
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.networkswitch_vlanadd {
|
||||
width:446px;
|
||||
height:12px;
|
||||
float:left;
|
||||
background:url(../images/vlan_add.gif) no-repeat top left;
|
||||
margin:26px 0 0 218px;
|
||||
display:inline;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.networkswitch_vlan_addbutton {
|
||||
width:149px;
|
||||
height:24px;
|
||||
float:left;
|
||||
background:url(../images/add_vlanbutton.png) no-repeat top left;
|
||||
margin:-5px 0 0 30px;
|
||||
display:inline;
|
||||
padding:0;
|
||||
cursor:pointer;
|
||||
cursor:hand;
|
||||
}
|
||||
|
||||
.networkswitch_vlan_addbutton:hover {
|
||||
background:url(../images/add_vlanbutton_hover.png) no-repeat top left;
|
||||
}
|
||||
|
||||
.networkswitch_vlanconnect {
|
||||
width:464px;
|
||||
height:12px;
|
||||
|
||||
BIN
ui/new/images/add_vlanbutton.png
Normal file
BIN
ui/new/images/add_vlanbutton.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.1 KiB |
BIN
ui/new/images/add_vlanbutton_hover.png
Normal file
BIN
ui/new/images/add_vlanbutton_hover.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
BIN
ui/new/images/vlan_add.gif
Normal file
BIN
ui/new/images/vlan_add.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 868 B |
@ -999,9 +999,14 @@
|
||||
</div>
|
||||
<!-- Add VLAN IP Range Dialog for zone (end) -->
|
||||
|
||||
<!-- Add VLAN IP Range button -->
|
||||
<div class="networkswitch_vlanadd">
|
||||
<div class="networkswitch_vlan_addbutton"></div>
|
||||
</div>
|
||||
|
||||
<!-- Direct VLAN Template (begin) -->
|
||||
<div class="networkswitch_vlanpanel" id="direct_vlan_template" style="display: none;">
|
||||
<div class="networkswitch_vlanpanel" id="direct_vlan_template" style="display: block;">
|
||||
|
||||
<div class="networkswitch_vlanconnect">
|
||||
<div class="networkswitch_closeicon"></div>
|
||||
<div class="networkswitch_vlan_infoicon">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user