File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 7
7
< h3 > < div class ="modal-title " translate > Macro Editor</ div > </ h3 >
8
8
</ div >
9
9
< div class ="modal-body ">
10
- < table class ="table table-responsive ">
10
+ < div class ="table-responsive ">
11
+ < table class ="table ">
11
12
< thead >
12
13
< tr > < th > </ th > < th translate > Name</ th > < th translate > Icon</ th > < th translate > Color</ th > < th translate > Target</ th > < th translate > Filename</ th > </ tr >
13
14
</ thead >
14
15
< tbody id ="dlg_macro_list ">
15
16
</ tbody >
16
17
</ table >
17
18
</ div >
19
+ </ div >
18
20
< div class ="modal-footer " >
19
21
< div class ="pull-left " id ="macrodlg_upload_msg ">
20
22
< span translate > Saving</ span >
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ <h3><div class="modal-title"><span translate>List of available Access Points</sp
11
11
< span id ="AP_scan_status " translate > Scanning</ span >
12
12
< div class ="loader hide_it " id ="AP_scan_loader "> </ div >
13
13
< span class ='hide_it ' id ="AP_scan_list ">
14
- < table class ="table table-bordered table-striped table-responsive ">
14
+ < div class ="table-responsive ">
15
+ < table class ="table table-bordered table-striped ">
15
16
< thead class ="noshowonlowres ">
16
17
< tr >
17
18
< th translate > SSID</ th >
@@ -22,6 +23,7 @@ <h3><div class="modal-title"><span translate>List of available Access Points</sp
22
23
</ thead >
23
24
< tbody id ="AP_scan_data "> </ tbody >
24
25
</ table >
26
+ </ div >
25
27
</ span >
26
28
</ center >
27
29
</ div >
You can’t perform that action at this time.
0 commit comments