File tree Expand file tree Collapse file tree 9 files changed +24
-36
lines changed Expand file tree Collapse file tree 9 files changed +24
-36
lines changed Original file line number Diff line number Diff line change 153
153
v-if =" $route.path.startsWith('/project/')"
154
154
>
155
155
<v-menu bottom max-width =" 235" max-height =" 100%" v-if =" project" >
156
- <template v-slot :activator =" { on , attrs } " >
156
+ <template v-slot :activator =" { props } " >
157
157
<v-list class =" pa-0 overflow-y-auto" >
158
158
<v-list-item
159
159
key =" project"
160
160
class =" app__project-selector"
161
- v-bind =" attrs"
162
- v-on =" on"
161
+ v-bind =" props"
163
162
data-testid =" sidebar-currentProject"
164
163
>
165
164
<template v-slot :prepend >
366
365
:position-x =" 50"
367
366
absolute
368
367
>
369
- <template v-slot :activator =" {on , attrs } " >
368
+ <template v-slot :activator =" { props } " >
370
369
<v-btn
371
370
icon
372
- v-bind =" attrs"
373
- v-on =" on"
371
+ v-bind =" props"
374
372
>
375
373
<img
376
374
style =" border-radius : 30px ; max-width : 100% ;"
402
400
</v-list-item >
403
401
404
402
<v-menu top max-width =" 235" nudge-top =" 12" >
405
- <template v-slot :activator =" { on , attrs } " >
403
+ <template v-slot :activator =" { props } " >
406
404
<v-list-item
407
405
key =" project"
408
- v-bind =" attrs"
409
- v-on =" on"
406
+ v-bind =" props"
410
407
prepend-icon =" mdi-account"
411
408
>
412
409
<v-list-item-title >
Original file line number Diff line number Diff line change 62
62
{{ $t('extraVariables') }}
63
63
64
64
<v-tooltip v-if =" needHelp" bottom color =" black" open-delay =" 300" max-width =" 400" >
65
- <template v-slot :activator =" { on , attrs } " >
65
+ <template v-slot :activator =" { props } " >
66
66
<v-icon
67
67
class =" ml-1"
68
- v-bind =" attrs"
69
- v-on =" on"
68
+ v-bind =" props"
70
69
>mdi-help-box
71
70
</v-icon >
72
71
</template >
244
243
{{ $t('extraVariables') }}
245
244
246
245
<v-tooltip v-if =" needHelp" bottom color =" black" open-delay =" 300" max-width =" 400" >
247
- <template v-slot :activator =" { on , attrs } " >
246
+ <template v-slot :activator =" { props } " >
248
247
<v-icon
249
248
class =" ml-1"
250
- v-bind =" attrs"
251
- v-on =" on"
249
+ v-bind =" props"
252
250
>mdi-help-box
253
251
</v-icon >
254
252
</template >
Original file line number Diff line number Diff line change 83
83
>
84
84
<template v-slot :append-outer >
85
85
<v-tooltip left color =" black" content-class =" opacity1" >
86
- <template v-slot :activator =" { on , attrs } " >
86
+ <template v-slot :activator =" { props } " >
87
87
<v-icon
88
- v-bind =" attrs"
89
- v-on =" on"
88
+ v-bind =" props"
90
89
>
91
90
mdi-help-circle
92
91
</v-icon >
Original file line number Diff line number Diff line change 18
18
transition =" fade-transition"
19
19
:disabled =" !tooltip"
20
20
>
21
- <template v-slot :activator =" { on , attrs } " >
21
+ <template v-slot :activator =" { props } " >
22
22
<a
23
- v-bind =" attrs"
24
- v-on =" on"
23
+ v-bind =" props"
25
24
@click =" showTaskLog()"
26
25
:class =" {'task-link-with-tooltip': tooltip}"
27
26
>
Original file line number Diff line number Diff line change 324
324
</v-btn >
325
325
326
326
<v-tooltip bottom :max-width =" 150" >
327
- <template v-slot :activator =" { on , attrs } " >
327
+ <template v-slot :activator =" { props } " >
328
328
<v-btn
329
- v-bind =" attrs"
330
- v-on =" on"
329
+ v-bind =" props"
331
330
icon
332
331
class =" mr-1"
333
332
@click =" clearCache(item)"
Original file line number Diff line number Diff line change 65
65
<v-menu
66
66
offset-y
67
67
>
68
- <template v-slot :activator =" { on , attrs } " >
68
+ <template v-slot :activator =" { props } " >
69
69
<v-btn
70
70
class =" pr-2"
71
- v-bind =" attrs"
72
- v-on =" on"
71
+ v-bind =" props"
73
72
color =" primary"
74
73
v-if =" can(USER_PERMISSIONS.manageProjectResources)"
75
74
>{{ $t('newInventory') }}
Original file line number Diff line number Diff line change 44
44
offset-y
45
45
v-if =" premiumFeatures.secret_storage_management"
46
46
>
47
- <template v-slot :activator =" { on , attrs } " >
47
+ <template v-slot :activator =" { props } " >
48
48
49
49
<v-btn
50
50
class =" pr-2"
51
- v-bind =" attrs"
52
- v-on =" on"
51
+ v-bind =" props"
53
52
color =" primary"
54
53
v-if =" can(USER_PERMISSIONS.manageProjectResources)"
55
54
>
Original file line number Diff line number Diff line change 54
54
<v-menu
55
55
offset-y
56
56
>
57
- <template v-slot :activator =" { on , attrs } " >
57
+ <template v-slot :activator =" { props } " >
58
58
<v-btn
59
- v-bind =" attrs"
60
- v-on =" on"
59
+ v-bind =" props"
61
60
color =" primary"
62
61
class =" mr-1 pr-2"
63
62
v-if =" can(USER_PERMISSIONS.manageProjectResources)"
Original file line number Diff line number Diff line change 105
105
<span v-else >No workspaces.</span >
106
106
107
107
<v-menu offset-y >
108
- <template v-slot :activator =" { on , attrs } " >
108
+ <template v-slot :activator =" { props } " >
109
109
<v-btn
110
110
color =" primary"
111
111
dark
112
112
fab
113
113
small
114
114
class =" ml-3"
115
- v-bind =" attrs"
116
- v-on =" on"
115
+ v-bind =" props"
117
116
>
118
117
<v-icon dark >mdi-plus</v-icon >
119
118
</v-btn >
You can’t perform that action at this time.
0 commit comments