File tree
19 files changed
+161
-110
lines changedFilter options
- pgml-dashboard
- src
- api/deployment
- components/layouts
- docs
- marketing/base
- product
- index
- templates
- static/css
- templates/layout
19 files changed
+161
-110
lines changedpgml-dashboard/src/api/deployment/deployment_models.rs
Copy file name to clipboardExpand all lines: pgml-dashboard/src/api/deployment/deployment_models.rs+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
| ||
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
22 |
| - |
| 23 | + |
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
| ||
38 | 39 |
|
39 | 40 |
|
40 | 41 |
|
41 |
| - |
| 42 | + |
42 | 43 |
|
43 | 44 |
|
44 | 45 |
|
|
pgml-dashboard/src/api/deployment/notebooks.rs
Copy file name to clipboardExpand all lines: pgml-dashboard/src/api/deployment/notebooks.rs+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
24 |
| - |
| 25 | + |
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
| ||
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
46 |
| - |
| 47 | + |
47 | 48 |
|
48 | 49 |
|
49 | 50 |
|
|
pgml-dashboard/src/api/deployment/projects.rs
Copy file name to clipboardExpand all lines: pgml-dashboard/src/api/deployment/projects.rs+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
| ||
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
20 |
| - |
| 21 | + |
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
| ||
39 | 40 |
|
40 | 41 |
|
41 | 42 |
|
42 |
| - |
| 43 | + |
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
|
pgml-dashboard/src/api/deployment/snapshots.rs
Copy file name to clipboardExpand all lines: pgml-dashboard/src/api/deployment/snapshots.rs+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
| ||
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
21 |
| - |
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
| ||
40 | 41 |
|
41 | 42 |
|
42 | 43 |
|
43 |
| - |
| 44 | + |
44 | 45 |
|
45 | 46 |
|
46 | 47 |
|
|
pgml-dashboard/src/api/deployment/uploader.rs
Copy file name to clipboardExpand all lines: pgml-dashboard/src/api/deployment/uploader.rs+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
7 | 8 |
|
8 | 9 |
|
9 | 10 |
|
| ||
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
23 |
| - |
| 24 | + |
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
|
pgml-dashboard/src/components/layouts/docs/mod.rs
Copy file name to clipboardExpand all lines: pgml-dashboard/src/components/layouts/docs/mod.rs+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
| 5 | + |
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
20 |
| - |
| 21 | + |
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
| 26 | + |
25 | 27 |
|
26 |
| - |
| 28 | + |
27 | 29 |
|
28 | 30 |
|
29 | 31 |
|
30 | 32 |
|
31 | 33 |
|
32 | 34 |
|
| 35 | + |
33 | 36 |
|
34 | 37 |
|
35 | 38 |
|
|
pgml-dashboard/src/components/layouts/docs/template.html
Copy file name to clipboardExpand all lines: pgml-dashboard/src/components/layouts/docs/template.html+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
| 11 | + |
| 12 | + |
10 | 13 |
|
11 | 14 |
|
12 | 15 |
|
|
pgml-dashboard/src/components/layouts/marketing/base/mod.rs
Copy file name to clipboardExpand all lines: pgml-dashboard/src/components/layouts/marketing/base/mod.rs+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
| 38 | + |
38 | 39 |
|
39 | 40 |
|
40 | 41 |
|
41 | 42 |
|
42 | 43 |
|
43 | 44 |
|
44 |
| - |
| 45 | + |
45 | 46 |
|
46 | 47 |
|
47 | 48 |
|
48 | 49 |
|
| 50 | + |
49 | 51 |
|
50 |
| - |
| 52 | + |
51 | 53 |
|
52 | 54 |
|
53 | 55 |
|
| ||
56 | 58 |
|
57 | 59 |
|
58 | 60 |
|
| 61 | + |
59 | 62 |
|
60 | 63 |
|
61 | 64 |
|
|
pgml-dashboard/src/components/layouts/marketing/base/template.html
Copy file name to clipboardExpand all lines: pgml-dashboard/src/components/layouts/marketing/base/template.html+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
16 | 20 |
|
17 | 21 |
|
18 | 22 |
|
|
pgml-dashboard/src/components/layouts/mod.rs
Copy file name to clipboardExpand all lines: pgml-dashboard/src/components/layouts/mod.rs+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
| 16 | + |
pgml-dashboard/src/components/layouts/product/index/index.scss
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
pgml-dashboard/src/components/layouts/product/index/mod.rs
Copy file name to clipboard+103Lines changed: 103 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
File renamed without changes.
pgml-dashboard/src/components/layouts/product/mod.rs
Copy file name to clipboard+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
pgml-dashboard/src/guards.rs
Copy file name to clipboardExpand all lines: pgml-dashboard/src/guards.rs+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
| 65 | + |
65 | 66 |
|
66 | 67 |
|
67 | 68 |
|
|
+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
| 29 | + |
29 | 30 |
|
30 | 31 |
|
31 | 32 |
|
32 | 33 |
|
33 | 34 |
|
| 35 | + |
34 | 36 |
|
35 | 37 |
|
36 | 38 |
|
| ||
53 | 55 |
|
54 | 56 |
|
55 | 57 |
|
| 58 | + |
56 | 59 |
|
57 | 60 |
|
58 | 61 |
|
| ||
323 | 326 |
|
324 | 327 |
|
325 | 328 |
|
326 |
| - |
| 329 | + |
327 | 330 |
|
328 | 331 |
|
329 | 332 |
|
|
0 commit comments