File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33 < script src ="/ports.js "> </ script >
44 < script src ="/main.js "> </ script >
55 < link rel ="stylesheet " href ="style.css ">
6- < title > FreeSwitchOS Port Statistics </ title >
6+ < title > EEE Configuration </ title >
77 </ head >
88 < body >
99 < nav id ="sidebar "> </ nav >
@@ -15,8 +15,8 @@ <h1>EEE Status</h1>
1515 < tr > < th > Port</ th > < th > 2.5G</ th > < th > 1G</ th > < th > 100M</ th > < th > 2.5G</ th > < th > 1G</ th > < th > 100M</ th > < th > Active?</ th > </ tr >
1616 </ table >
1717 < div >
18- < input style ="width:20%;padding: 8px 16px;margin-top: 2em;margin-right: 3em; " id ="eee_enable " onclick ="eeeSub(0, 1); " type ="button " value ="Enable EEE ">
19- < input style ="width:20%;padding: 8px 16px;margin-top: 2em; " id ="eee_enable " onclick ="eeeSub(0, 0); " type ="button " value ="Disable EEE ">
18+ < input style ="width:20%; " class =" action " id ="eee_enable " onclick ="eeeSub(0, 1); " type ="button " value ="Enable EEE ">
19+ < input style ="width:20%; " class =" action " id ="eee_enable " onclick ="eeeSub(0, 0); " type ="button " value ="Disable EEE ">
2020 </ div >
2121 < script src ="/eee.js "> </ script >
2222 < script src ="/eee_sub.js "> </ script >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ <h2>Tagged Ports</h2>
2525 < h2 > Untagged Ports</ h2 >
2626 < div id ="uPorts "> < button type ="button " style ="transform: translateY(-100%); margin: 0 50px 0 0 " onclick ="utClicked(false); "> Select all</ button > </ div >
2727 < script src ="/vlan.js "> </ script >
28- < br /> < input style ="width:40%; " id ="vlan_sub " onclick ="vlanSub(); " type ="button " value ="Update / Create ">
28+ < br /> < input style ="width:40%; " class =" action " id ="vlan_sub " onclick ="vlanSub(); " type ="button " value ="Update / Create ">
2929 < script src ="/vlan_sub.js "> </ script >
3030 </ form >
3131 </ div >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ function vlanForm() {
1313 l . innerHTML = "" + i ;
1414 l . classList . add ( "cbgroup" ) ;
1515 const inp = document . createElement ( "input" ) ;
16- inp . type = "checkbox" ;
16+ inp . type = "checkbox" ; inp . setAttribute ( "class" , "psel" ) ;
1717 inp . id = "tport" + i ;
1818 inp . setAttribute ( 'onclick' , `setC("u", ${ i } , false);` ) ;
1919 const o = document . createElement ( "img" ) ;
You can’t perform that action at this time.
0 commit comments