File tree Expand file tree Collapse file tree 8 files changed +35
-32
lines changed
python-flask-directory-sync-example/templates Expand file tree Collapse file tree 8 files changed +35
-32
lines changed Original file line number Diff line number Diff line change 8
8
< div class ="logged_in_nav ">
9
9
< div class ="flex ">
10
10
< div >
11
- < img src ="../static/images/workos-logo-with-text.png " alt ="workos logo ">
11
+ < a href =" / " > < img src ="../static/images/workos-logo-with-text.png " alt ="workos logo "> </ a >
12
12
</ div >
13
13
</ div >
14
14
< div >
21
21
</ div >
22
22
</ div >
23
23
< div class ='flex '>
24
-
24
+
25
25
< div class ="logged_in_div_right ">
26
26
< div class ="flex_column ">
27
27
< h2 > Directory Details</ h2 >
Original file line number Diff line number Diff line change 9
9
< div class ="logged_in_nav ">
10
10
< div class ="flex ">
11
11
< div >
12
- < img src ="../static/images/workos-logo-with-text.png " alt ="workos logo ">
12
+ < a href =" / " > < img src ="../static/images/workos-logo-with-text.png " alt ="workos logo "> </ a >
13
13
</ div >
14
14
</ div >
15
15
< div >
Original file line number Diff line number Diff line change 8
8
< div class ="logged_in_nav ">
9
9
< div class ="flex ">
10
10
< div >
11
- < img src ="../static/images/workos-logo-with-text.png " alt ="workos logo ">
11
+ < a href =" / " > < img src ="../static/images/workos-logo-with-text.png " alt ="workos logo "> </ a >
12
12
</ div >
13
13
</ div >
14
14
< div >
21
21
</ div >
22
22
</ div >
23
23
< div class ='flex '>
24
-
24
+
25
25
< div class ="logged_in_div_right ">
26
26
< div class ="flex_column ">
27
27
< h2 > Group Details</ h2 >
Original file line number Diff line number Diff line change 8
8
< div class ="logged_in_nav ">
9
9
< div class ="flex ">
10
10
< div >
11
- < img src ="../static/images/workos-logo-with-text.png " alt ="workos logo ">
11
+ < a href =" / " > < img src ="../static/images/workos-logo-with-text.png " alt ="workos logo "> </ a >
12
12
</ div >
13
13
</ div >
14
14
< div >
21
21
</ div >
22
22
</ div >
23
23
< div class ='flex '>
24
-
24
+
25
25
26
26
< div class ="logged_in_div_right ">
27
27
< div class ="flex_column ">
@@ -31,29 +31,30 @@ <h2>Groups Details</h2>
31
31
</ div >
32
32
< div >
33
33
< a href ="javascript:history.back() "> < button
34
- class ='button button-sm button-outline '> Back</ button > </ a >
34
+ class ='button button-sm button-outline '> Back</ button > </ a >
35
35
</ div >
36
36
</ div >
37
37
{% if groups['data']|length > 0 %}
38
38
< div >
39
39
< table class ="width-40vw ">
40
40
< tr >
41
- < th > Name</ th >
42
- < th > ID</ th >
43
- < th > View Group</ th >
41
+ < th > Name</ th >
42
+ < th > ID</ th >
43
+ < th > View Group</ th >
44
44
</ tr >
45
- {% for group in groups['data'] %}
46
- < tr >
45
+ {% for group in groups['data'] %}
46
+ < tr >
47
47
< td class ="ta-left "> {{group['name']}}</ td >
48
48
< td class ="ta-left "> < code > {{group['id']}}</ code > </ td >
49
- < td > < a class ="button button-outline " href ="/group?id={{group['id']}} "> {{ lucide.icon('settings-2', stroke_width=1) }}</ a > </ td >
50
- </ tr >
51
- {% endfor %}
49
+ < td > < a class ="button button-outline " href ="/group?id={{group['id']}} "> {{
50
+ lucide.icon('settings-2', stroke_width=1) }}</ a > </ td >
51
+ </ tr >
52
+ {% endfor %}
52
53
</ table >
53
54
</ div >
54
55
{% else %}
55
56
< div class ="card width-40vw "> < code > No Groups Found</ code > </ div >
56
- {% endif %}
57
+ {% endif %}
57
58
</ div >
58
59
</ div >
59
60
Original file line number Diff line number Diff line change 9
9
< div class ="logged_in_nav ">
10
10
< div class ="flex ">
11
11
< div >
12
- < img src ="../static/images/workos-logo-with-text.png " alt ="workos logo ">
12
+ < a href =" / " > < img src ="../static/images/workos-logo-with-text.png " alt ="workos logo "> </ a >
13
13
</ div >
14
14
</ div >
15
15
< div >
27
27
< h2 > Select a Directory</ h2 >
28
28
</ div >
29
29
< div >
30
+ < a href ="/events " class ="button button-outline "> Events</ a >
30
31
< a href ="/webhooks " class ="button button-outline "> Test Webhooks</ a >
31
32
</ div >
32
33
</ div >
Original file line number Diff line number Diff line change 8
8
< div class ="logged_in_nav ">
9
9
< div class ="flex ">
10
10
< div >
11
- < img src ="../static/images/workos-logo-with-text.png " alt ="workos logo ">
11
+ < a href =" / " > < img src ="../static/images/workos-logo-with-text.png " alt ="workos logo "> </ a >
12
12
</ div >
13
13
</ div >
14
14
< div >
Original file line number Diff line number Diff line change 8
8
< div class ="logged_in_nav ">
9
9
< div class ="flex ">
10
10
< div >
11
- < img src ="../static/images/workos-logo-with-text.png " alt ="workos logo ">
11
+ < a href =" / " > < img src ="../static/images/workos-logo-with-text.png " alt ="workos logo "> </ a >
12
12
</ div >
13
13
</ div >
14
14
< div >
20
20
< a href ="https://workos.com/ " target ="_blank "> < button class ='button button-outline '> WorkOS</ button > </ a >
21
21
</ div >
22
22
</ div >
23
- < div class ='flex '>
23
+ < div class ='flex '>
24
24
< div class ="logged_in_div_right ">
25
25
< div class ="flex_column ">
26
26
< div class ="flex space-between width-40vw ">
@@ -29,29 +29,30 @@ <h2>Directory Users</h2>
29
29
</ div >
30
30
< div >
31
31
< a href ="javascript:history.back() "> < button
32
- class ='button button-sm button-outline '> Back</ button > </ a >
32
+ class ='button button-sm button-outline '> Back</ button > </ a >
33
33
</ div >
34
34
</ div >
35
35
{% if users['data']|length > 0 %}
36
36
< div >
37
37
< table class ="width-40vw ">
38
38
< tr >
39
- < th > Name</ th >
40
- < th > Email</ th >
41
- < th > View User</ th >
39
+ < th > Name</ th >
40
+ < th > Email</ th >
41
+ < th > View User</ th >
42
42
</ tr >
43
- {% for user in users['data'] %}
44
- < tr >
43
+ {% for user in users['data'] %}
44
+ < tr >
45
45
< td class ="ta-left "> {{user['first_name']}} {{user['last_name']}}</ td >
46
46
< td class ="ta-left "> < code > {{user['username']}}</ code > </ td >
47
- < td > < a class ="button button-outline " href ="/user?id={{user['id']}} "> {{ lucide.icon('settings-2', stroke_width=1) }}</ a > </ td >
48
- </ tr >
49
- {% endfor %}
47
+ < td > < a class ="button button-outline " href ="/user?id={{user['id']}} "> {{
48
+ lucide.icon('settings-2', stroke_width=1) }}</ a > </ td >
49
+ </ tr >
50
+ {% endfor %}
50
51
</ table >
51
52
</ div >
52
53
{% else %}
53
54
< div class ="card width-40vw "> < code > No Users Found</ code > </ div >
54
- {% endif %}
55
+ {% endif %}
55
56
</ div >
56
57
</ div >
57
58
</ div >
Original file line number Diff line number Diff line change 8
8
< div class ="logged_in_nav ">
9
9
< div class ="flex ">
10
10
< div >
11
- < img src ="../static/images/workos-logo-with-text.png " alt ="workos logo ">
11
+ < a href =" / " > < img src ="../static/images/workos-logo-with-text.png " alt ="workos logo "> </ a >
12
12
</ div >
13
13
</ div >
14
14
< div >
You can’t perform that action at this time.
0 commit comments