@@ -13,7 +13,7 @@ export default function reportJson(id) {
13
13
actions : [
14
14
{
15
15
btnId : "1231" ,
16
- btnLabel : "Edit" ,
16
+ hoverLabel : "Edit" ,
17
17
btnColor : "#4bd396" ,
18
18
textColor : "white" ,
19
19
btnIcon : "fa-solid fa-pen" ,
@@ -22,7 +22,7 @@ export default function reportJson(id) {
22
22
} ,
23
23
{
24
24
btnId : "2142" ,
25
- btnLabel : "Delete" ,
25
+ hoverLabel : "Delete" ,
26
26
btnColor : "#ff4848" ,
27
27
textColor : "white" ,
28
28
btnIcon : "fa fa-trash" ,
@@ -41,10 +41,11 @@ export default function reportJson(id) {
41
41
actions : [
42
42
{
43
43
btnId : "4536" ,
44
- btnLabel : "Sign" ,
44
+ btnLabel : "sign" ,
45
+ hoverLabel : "Sign" ,
45
46
btnColor : "#3ac9d6" ,
46
47
textColor : "white" ,
47
- btnIcon : "fa fa-eye " ,
48
+ btnIcon : "fa-solid fa-signature " ,
48
49
redirectUrl : "pdfRequestFiles" ,
49
50
action : "redirect"
50
51
}
@@ -60,39 +61,47 @@ export default function reportJson(id) {
60
61
actions : [
61
62
{
62
63
btnId : "8901" ,
63
- btnLabel : "Share" ,
64
- btnColor : "#3ac9d6 " ,
64
+ hoverLabel : "Share" ,
65
+ btnColor : "#4bd396 " ,
65
66
textColor : "white" ,
66
67
btnIcon : "fa-solid fa-share" ,
67
68
redirectUrl : "" ,
68
69
action : "share"
69
70
} ,
70
71
{
71
72
btnId : "1588" ,
72
- btnLabel : "View" ,
73
+ hoverLabel : "View" ,
73
74
btnColor : "#3ac9d6" ,
74
75
textColor : "white" ,
75
76
btnIcon : "fa fa-eye" ,
76
77
redirectUrl : "pdfRequestFiles" ,
77
78
action : "redirect"
78
79
} ,
79
80
{
80
- btnId : "1488" ,
81
- btnLabel : "Delete" ,
82
- btnColor : "#ff4848" ,
83
- textColor : "white" ,
84
- btnIcon : "fa fa-trash" ,
85
- redirectUrl : "" ,
86
- action : "delete"
87
- } ,
88
- {
89
- btnId : "1688" ,
90
- btnLabel : "Revoke" ,
91
- btnColor : "#ff4848" ,
92
- textColor : "white" ,
93
- btnIcon : "fa-solid fa-file-circle-xmark" ,
94
- redirectUrl : "" ,
95
- action : "revoke"
81
+ btnId : "2234" ,
82
+ hoverLabel : "option" ,
83
+ btnColor : "transparent" ,
84
+ textColor : "black" ,
85
+ btnIcon : "fa-solid fa-ellipsis-vertical fa-lg" ,
86
+ action : "option" ,
87
+ subaction : [
88
+ {
89
+ btnId : "1688" ,
90
+ btnLabel : "Revoke" ,
91
+ hoverLabel : "Revoke" ,
92
+ btnIcon : "fa-solid fa-file-circle-xmark" ,
93
+ redirectUrl : "" ,
94
+ action : "revoke"
95
+ } ,
96
+ {
97
+ btnId : "1488" ,
98
+ btnLabel : "Delete" ,
99
+ hoverLabel : "Delete" ,
100
+ btnIcon : "fa fa-trash" ,
101
+ redirectUrl : "" ,
102
+ action : "delete"
103
+ }
104
+ ]
96
105
}
97
106
] ,
98
107
helpMsg :
@@ -106,7 +115,7 @@ export default function reportJson(id) {
106
115
actions : [
107
116
{
108
117
btnId : "1378" ,
109
- btnLabel : "Edit" ,
118
+ hoverLabel : "Edit" ,
110
119
btnColor : "#4bd396" ,
111
120
textColor : "white" ,
112
121
btnIcon : "fa fa-eye" ,
@@ -115,7 +124,7 @@ export default function reportJson(id) {
115
124
} ,
116
125
{
117
126
btnId : "1278" ,
118
- btnLabel : "Delete" ,
127
+ hoverLabel : "Delete" ,
119
128
btnColor : "#ff4848" ,
120
129
textColor : "white" ,
121
130
btnIcon : "fa fa-trash" ,
@@ -134,7 +143,7 @@ export default function reportJson(id) {
134
143
actions : [
135
144
{
136
145
btnId : "1458" ,
137
- btnLabel : "View" ,
146
+ hoverLabel : "View" ,
138
147
btnColor : "#4bd396" ,
139
148
textColor : "white" ,
140
149
btnIcon : "fa fa-eye" ,
@@ -143,7 +152,7 @@ export default function reportJson(id) {
143
152
} ,
144
153
{
145
154
btnId : "1358" ,
146
- btnLabel : "Delete" ,
155
+ hoverLabel : "Delete" ,
147
156
btnColor : "#ff4848" ,
148
157
textColor : "white" ,
149
158
btnIcon : "fa fa-trash" ,
@@ -162,7 +171,7 @@ export default function reportJson(id) {
162
171
actions : [
163
172
{
164
173
btnId : "1898" ,
165
- btnLabel : "View" ,
174
+ hoverLabel : "View" ,
166
175
btnColor : "#4bd396" ,
167
176
textColor : "white" ,
168
177
btnIcon : "fa fa-eye" ,
@@ -171,7 +180,7 @@ export default function reportJson(id) {
171
180
} ,
172
181
{
173
182
btnId : "1998" ,
174
- btnLabel : "Delete" ,
183
+ hoverLabel : "Delete" ,
175
184
btnColor : "#ff4848" ,
176
185
textColor : "white" ,
177
186
btnIcon : "fa fa-trash" ,
@@ -190,21 +199,47 @@ export default function reportJson(id) {
190
199
actions : [
191
200
{
192
201
btnId : "1999" ,
193
- btnLabel : "View " ,
202
+ hoverLabel : "Share " ,
194
203
btnColor : "#4bd396" ,
195
204
textColor : "white" ,
205
+ btnIcon : "fa-solid fa-share" ,
206
+ redirectUrl : "" ,
207
+ action : "share"
208
+ } ,
209
+ {
210
+ btnId : "1999" ,
211
+ hoverLabel : "View" ,
212
+ btnColor : "#3ac9d6" ,
213
+ textColor : "white" ,
196
214
btnIcon : "fa fa-eye" ,
197
215
redirectUrl : "pdfRequestFiles" ,
198
216
action : "redirect"
199
217
} ,
200
218
{
201
- btnId : "2000" ,
202
- btnLabel : "Delete" ,
203
- btnColor : "#ff4848" ,
204
- textColor : "white" ,
205
- btnIcon : "fa fa-trash" ,
206
- redirectUrl : "" ,
207
- action : "delete"
219
+ btnId : "2234" ,
220
+ hoverLabel : "option" ,
221
+ btnColor : "transparent" ,
222
+ textColor : "black" ,
223
+ btnIcon : "fa-solid fa-ellipsis-vertical fa-lg" ,
224
+ action : "option" ,
225
+ subaction : [
226
+ {
227
+ btnId : "6788" ,
228
+ btnLabel : "Revoke" ,
229
+ hoverLabel : "Revoke" ,
230
+ btnIcon : "fa-solid fa-file-circle-xmark" ,
231
+ redirectUrl : "" ,
232
+ action : "revoke"
233
+ } ,
234
+ {
235
+ btnId : "2000" ,
236
+ btnLabel : "Delete" ,
237
+ hoverLabel : "Delete" ,
238
+ btnIcon : "fa fa-trash" ,
239
+ redirectUrl : "" ,
240
+ action : "delete"
241
+ }
242
+ ]
208
243
}
209
244
]
210
245
} ;
@@ -216,8 +251,9 @@ export default function reportJson(id) {
216
251
actions : [
217
252
{
218
253
btnId : "2001" ,
219
- btnLabel : "Sign" ,
220
- btnColor : "#4bd396" ,
254
+ btnLabel : "sign" ,
255
+ hoverLabel : "Sign" ,
256
+ btnColor : "#3ac9d6" ,
221
257
textColor : "white" ,
222
258
btnIcon : "fa-solid fa-signature" ,
223
259
redirectUrl : "pdfRequestFiles" ,
@@ -233,7 +269,7 @@ export default function reportJson(id) {
233
269
actions : [
234
270
{
235
271
btnId : "2003" ,
236
- btnLabel : "Edit" ,
272
+ hoverLabel : "Edit" ,
237
273
btnColor : "#4bd396" ,
238
274
textColor : "white" ,
239
275
btnIcon : "fa-solid fa-pen" ,
@@ -242,7 +278,7 @@ export default function reportJson(id) {
242
278
} ,
243
279
{
244
280
btnId : "2004" ,
245
- btnLabel : "Delete" ,
281
+ hoverLabel : "Delete" ,
246
282
btnColor : "#ff4848" ,
247
283
textColor : "white" ,
248
284
btnIcon : "fa fa-trash" ,
@@ -259,7 +295,7 @@ export default function reportJson(id) {
259
295
actions : [
260
296
{
261
297
btnId : "2204" ,
262
- btnLabel : "Delete" ,
298
+ hoverLabel : "Delete" ,
263
299
btnColor : "#f55a42" ,
264
300
textColor : "white" ,
265
301
btnIcon : "fa-solid fa-trash" ,
@@ -278,30 +314,39 @@ export default function reportJson(id) {
278
314
actions : [
279
315
{
280
316
btnId : "2234" ,
281
- btnLabel : "Create document" ,
317
+ btnLabel : "Use" ,
318
+ hoverLabel : "Use" ,
282
319
btnColor : "#4bd396" ,
283
320
textColor : "white" ,
284
321
btnIcon : "fa fa-plus" ,
285
322
redirectUrl : "placeHolderSign" ,
286
323
action : "redirect"
287
324
} ,
288
325
{
289
- btnLabel : "Edit" ,
290
- btnId : "2434" ,
291
- btnColor : "#00c9d5" ,
292
- textColor : "white" ,
293
- btnIcon : "fa-solid fa-pen" ,
294
- redirectUrl : "template" ,
295
- action : "redirect"
296
- } ,
297
- {
298
- btnId : "1834" ,
299
- btnLabel : "Delete" ,
300
- btnColor : "#ff4848" ,
301
- textColor : "white" ,
302
- btnIcon : "fa fa-trash" ,
303
- redirectUrl : "" ,
304
- action : "delete"
326
+ btnId : "2234" ,
327
+ hoverLabel : "option" ,
328
+ btnColor : "transparent" ,
329
+ textColor : "black" ,
330
+ btnIcon : "fa-solid fa-ellipsis-vertical fa-lg" ,
331
+ action : "option" ,
332
+ subaction : [
333
+ {
334
+ btnId : "2434" ,
335
+ btnLabel : "Edit" ,
336
+ hoverLabel : "Edit" ,
337
+ btnIcon : "fa-solid fa-pen" ,
338
+ redirectUrl : "template" ,
339
+ action : "redirect"
340
+ } ,
341
+ {
342
+ btnId : "1834" ,
343
+ btnLabel : "Delete" ,
344
+ hoverLabel : "Delete" ,
345
+ btnIcon : "fa fa-trash" ,
346
+ redirectUrl : "" ,
347
+ action : "delete"
348
+ }
349
+ ]
305
350
}
306
351
] ,
307
352
helpMsg :
0 commit comments