File tree 4 files changed +0
-6
lines changed
netbox_acls/templates/netbox_acls
4 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 19
19
< div class ="card ">
20
20
< h2 class ="card-header "> Access List</ h2 >
21
21
< table class ="table table-hover attr-table ">
22
- < caption > Access List</ caption >
23
22
< tr >
24
23
< th scope ="row "> Type</ th >
25
24
< td > {% badge object.get_type_display bg_color=object.get_type_color %}</ td >
Original file line number Diff line number Diff line change 6
6
< div class ="card ">
7
7
< h2 class ="card-header "> ACL Extended Rule</ h2 >
8
8
< table class ="table table-hover attr-table ">
9
- < caption > ACL Extended Rule</ caption >
10
9
< tr >
11
10
< th scope ="row "> Access List</ th >
12
11
< td >
@@ -30,7 +29,6 @@ <h2 class="card-header">ACL Extended Rule</h2>
30
29
< div class ="card ">
31
30
< h2 class ="card-header "> Details</ h2 >
32
31
< table class ="table table-hover attr-table ">
33
- < caption > Details</ caption >
34
32
< tr >
35
33
< th scope ="row "> Remark</ th >
36
34
< td > {{ object.get_remark_display|placeholder }}</ td >
Original file line number Diff line number Diff line change 7
7
< div class ="card ">
8
8
< h2 class ="card-header "> ACL Interface Assignment</ h2 >
9
9
< table class ="table table-hover attr-table ">
10
- < caption > Host</ caption >
11
10
< tr >
12
11
< th scope ="row "> Host</ th >
13
12
< td >
Original file line number Diff line number Diff line change 6
6
< div class ="card ">
7
7
< h2 class ="card-header "> ACL Standard Rule</ h2 >
8
8
< table class ="table table-hover attr-table ">
9
- < caption > ACL Standard Rule</ caption >
10
9
< tr >
11
10
< th scope ="row "> Access List</ th >
12
11
< td >
@@ -30,7 +29,6 @@ <h2 class="card-header">ACL Standard Rule</h2>
30
29
< div class ="card ">
31
30
< h2 class ="card-header "> Details</ h2 >
32
31
< table class ="table table-hover attr-table ">
33
- < caption > Details</ caption >
34
32
< tr >
35
33
< th scope ="row "> Remark</ th >
36
34
< td > {{ object.get_remark_display|placeholder }}</ td >
You can’t perform that action at this time.
0 commit comments