File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 75977597
75987598 if ( vSwitchEnabled ) {
75997599
7600- items . push ( { id :" nexusdvs" , description : "Cisco Nexus 1000v Distributed Virtual Switch" } ) ;
7600+ items . push ( { id :"nexusdvs" , description : "Cisco Nexus 1000v Distributed Virtual Switch" } ) ;
76017601 items . push ( { id : "vmwaresvs" , description : "VMware vNetwork Standard Virtual Switch" } ) ;
76027602 items . push ( { id : "vmwaredvs" , description : "VMware vNetwork Distributed Virtual Switch" } ) ;
76037603
76107610 else {
76117611 items . push ( { id : "vmwaredvs" , description : "VMware vNetwork Distributed Virtual Switch" } ) ;
76127612 items . push ( { id : "vmwaresvs" , description : "VMware vNetwork Standard Virtual Switch" } ) ;
7613- items . push ( { id :" nexusdvs" , description : "Cisco Nexus 1000v Distributed Virtual Switch" } ) ;
7613+ items . push ( { id :"nexusdvs" , description : "Cisco Nexus 1000v Distributed Virtual Switch" } ) ;
76147614 }
76157615
76167616 args . response . success ( { data : items } ) ;
Original file line number Diff line number Diff line change 897897
898898 if ( vSwitchEnabled ) {
899899
900- items . push ( { id :" nexusdvs" , description : "Cisco Nexus 1000v Distributed Virtual Switch" } ) ;
900+ items . push ( { id :"nexusdvs" , description : "Cisco Nexus 1000v Distributed Virtual Switch" } ) ;
901901
902902 items . push ( { id : "vmwaresvs" , description : "VMware vNetwork Standard Virtual Switch" } ) ;
903903 items . push ( { id : "vmwaredvs" , description : "VMware vNetwork Distributed Virtual Switch" } ) ;
909909
910910 // items.push({id: " ", description: " "});
911911 else {
912- items . push ( { id : "vmwaredvs" , description : "VMware vNetwork Distributed Virtual Switch" } ) ;
913- items . push ( { id : "vmwaresvs" , description : "VMware vNetwork Standard Virtual Switch" } ) ;
914- items . push ( { id :" nexusdvs" , description : "Cisco Nexus 1000v Distributed Virtual Switch" } ) ;
912+ items . push ( { id :"vmwaredvs" , description : "VMware vNetwork Distributed Virtual Switch" } ) ;
913+ items . push ( { id : "vmwaresvs" , description : "VMware vNetwork Standard Virtual Switch" } ) ;
914+ items . push ( { id :"nexusdvs" , description : "Cisco Nexus 1000v Distributed Virtual Switch" } ) ;
915915
916916 }
917917 args . response . success ( { data : items } ) ;
You can’t perform that action at this time.
0 commit comments