File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
{% extends 'base_action.html' %}
2
2
3
3
{% block sub_table %}
4
+ < tr >
5
+ < th class ="action_table " id ="player_name "> Player Name</ th >
6
+ < th class ="action_table " id ="player_role "> Player Role</ th >
7
+ < th class ="action_table " id ="actions "> Actions</ th >
8
+ </ tr >
4
9
{% for ip in ip2role_index_name.keys() %}
5
10
< tr >
6
- < td >
7
- {{ ip2role_index_name[ip][0] }}
8
- </ td >
9
- < td >
10
- {{ ip2role_index_name[ip][2] }}
11
+ < td class ="action_table " id ="player_name "> {{ ip2role_index_name[ip][2] }}</ td >
12
+ < td class ="action_table " id ="player_role "> {{ ip2role_index_name[ip][0] }}</ td >
13
+ < td class ="action_table " id ="actions ">
14
+ < a href ="# "> Ban</ a >
15
+ < a href ="# "> Comment</ a >
16
+ < a href ="# "> Kill</ a >
11
17
</ td >
12
18
</ tr >
13
19
{% endfor %}
Original file line number Diff line number Diff line change 5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
6
< link rel ="stylesheet " href ="{{ url_for('static', filename='css/style.css') }} ">
7
7
</ head >
8
- < table >
8
+ < table style =" border-collapse: collapse " >
9
9
{% block sub_table %}{% endblock %}
10
10
</ table >
You can’t perform that action at this time.
0 commit comments