Commit 0d5d2b1
File tree
Expand file treeCollapse file tree
8 files changed
+83
-14
lines changedFilter options
- backend
- internal
- models
- frontend/js
- app
- dashboard
- nginx/certificates
- list
- i18n
Expand file treeCollapse file tree
8 files changed
+83
-14
lines changedbackend/internal/certificate.js
Copy file name to clipboardExpand all lines: backend/internal/certificate.js+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
313 | 313 |
|
314 | 314 |
|
315 | 315 |
|
| 316 | + |
| 317 | + |
| 318 | + |
316 | 319 |
|
317 | 320 |
|
318 | 321 |
|
| ||
464 | 467 |
|
465 | 468 |
|
466 | 469 |
|
| 470 | + |
| 471 | + |
| 472 | + |
467 | 473 |
|
468 | 474 |
|
469 | 475 |
|
|
backend/models/certificate.js
Copy file name to clipboardExpand all lines: backend/models/certificate.js+38-1Lines changed: 38 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
8 | 7 |
|
9 | 8 |
|
10 | 9 |
|
| ||
68 | 67 |
|
69 | 68 |
|
70 | 69 |
|
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
71 | 75 |
|
72 | 76 |
|
73 | 77 |
|
| ||
79 | 83 |
|
80 | 84 |
|
81 | 85 |
|
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
82 | 119 |
|
83 | 120 |
|
84 | 121 |
|
|
frontend/js/app/dashboard/main.js
Copy file name to clipboardExpand all lines: frontend/js/app/dashboard/main.js+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
53 |
| - |
54 |
| - |
| 53 | + |
55 | 54 |
|
56 | 55 |
|
57 | 56 |
|
| ||
61 | 60 |
|
62 | 61 |
|
63 | 62 |
|
64 |
| - |
65 | 63 |
|
66 | 64 |
|
67 | 65 |
|
|
frontend/js/app/nginx/certificates/list/item.ejs
Copy file name to clipboardExpand all lines: frontend/js/app/nginx/certificates/list/item.ejs+15-1Lines changed: 15 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
36 | 43 |
|
37 | 44 |
|
38 | 45 |
|
| ||
48 | 55 |
|
49 | 56 |
|
50 | 57 |
|
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
51 | 65 |
|
52 | 66 |
|
53 | 67 |
|
54 |
| - |
| 68 | + |
frontend/js/app/nginx/certificates/list/item.js
Copy file name to clipboardExpand all lines: frontend/js/app/nginx/certificates/list/item.js+16-6Lines changed: 16 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
53 | 62 |
|
54 | 63 |
|
| 64 | + |
55 | 65 |
|
56 | 66 |
|
57 | 67 |
|
|
frontend/js/app/nginx/certificates/list/main.ejs
Copy file name to clipboardExpand all lines: frontend/js/app/nginx/certificates/list/main.ejs+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| 6 | + |
6 | 7 |
|
7 | 8 |
|
8 | 9 |
|
|
frontend/js/app/nginx/certificates/main.js
Copy file name to clipboardExpand all lines: frontend/js/app/nginx/certificates/main.js+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
77 |
| - |
| 77 | + |
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
| ||
89 | 89 |
|
90 | 90 |
|
91 | 91 |
|
92 |
| - |
| 92 | + |
93 | 93 |
|
94 | 94 |
|
95 | 95 |
|
|
frontend/js/i18n/messages.json
Copy file name to clipboardExpand all lines: frontend/js/i18n/messages.json+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
208 | 208 |
|
209 | 209 |
|
210 | 210 |
|
211 |
| - |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
212 | 215 |
|
213 | 216 |
|
214 | 217 |
|
|
0 commit comments