@@ -14,44 +14,44 @@ <h1 class="settings-title text-center my-4"><span class="text-danger">{{ title }
14
14
< ul class ="nav nav-tabs justify-content-center mb-4 " id ="controlPanelTabs " role ="tablist ">
15
15
{% if current_user.is_authenticated and current_user.user_level == 'admin' %}
16
16
< li class ="nav-item ">
17
- < a class ="nav-link active " id ="user-management-tab " data-toggle ="tab " href ="#user-management " role ="tab "
17
+ < a class ="nav-link active " id ="user-management-tab " data-bs- toggle ="tab " href ="#user-management " role ="tab "
18
18
aria-controls ="user-management " aria-selected ="true ">
19
19
< i class ="fas fa-users "> </ i > Users
20
20
</ a >
21
21
</ li >
22
22
< li class ="nav-item ">
23
- < a class ="nav-link " id ="utilities-tab " data-toggle ="tab " href ="#utilities " role ="tab "
23
+ < a class ="nav-link " id ="utilities-tab " data-bs- toggle ="tab " href ="#utilities " role ="tab "
24
24
aria-controls ="utilities " aria-selected ="false ">
25
25
< i class ="fas fa-tools "> </ i > Utilities
26
26
</ a >
27
27
</ li >
28
28
< li class ="nav-item ">
29
- < a class ="nav-link " id ="network-tab " data-toggle ="tab " href ="#network-tools " role ="tab "
29
+ < a class ="nav-link " id ="network-tab " data-bs- toggle ="tab " href ="#network-tools " role ="tab "
30
30
aria-controls ="network-tools " aria-selected ="false ">
31
31
< i class ="fas fa-globe "> </ i > Security Tools
32
32
</ a >
33
33
</ li >
34
34
< li class ="nav-item ">
35
- < a class ="nav-link " id ="settings-tab " data-toggle ="tab " href ="#settings " role ="tab " aria-controls ="settings "
35
+ < a class ="nav-link " id ="settings-tab " data-bs- toggle ="tab " href ="#settings " role ="tab " aria-controls ="settings "
36
36
aria-selected ="false ">
37
37
< i class ="fas fa-cogs "> </ i > General
38
38
</ a >
39
39
</ li >
40
40
{% endif %}
41
41
< li class ="nav-item ">
42
- < a class ="nav-link " id ="toggles-tab " data-toggle ="tab " href ="#feature-toggles " role ="tab "
42
+ < a class ="nav-link " id ="toggles-tab " data-bs- toggle ="tab " href ="#feature-toggles " role ="tab "
43
43
aria-controls ="feature-toggles " aria-selected ="false ">
44
44
< i class ="fas fa-toggle-on "> </ i > Feature
45
45
</ a >
46
46
</ li >
47
47
< li class ="nav-item ">
48
- < a class ="nav-link " id ="system-info-tab " data-toggle ="tab " href ="#system-info " role ="tab "
48
+ < a class ="nav-link " id ="system-info-tab " data-bs- toggle ="tab " href ="#system-info " role ="tab "
49
49
aria-controls ="system-info " aria-selected ="false ">
50
50
< i class ="fas fa-info-circle "> </ i > System Info
51
51
</ a >
52
52
</ li >
53
53
< li class ="nav-item ">
54
- < a class ="nav-link " id ="profile-tab " data-toggle ="tab " href ="#profile " role ="tab " aria-controls ="profile "
54
+ < a class ="nav-link " id ="profile-tab " data-bs- toggle ="tab " href ="#profile " role ="tab " aria-controls ="profile "
55
55
aria-selected ="false ">
56
56
< i class ="fas fa-user "> </ i > Profile
57
57
</ a >
0 commit comments