File tree Expand file tree Collapse file tree 1 file changed +2
-28
lines changed Expand file tree Collapse file tree 1 file changed +2
-28
lines changed Original file line number Diff line number Diff line change 33
33
</div >
34
34
</template >
35
35
<script >
36
- import PermissionsCheck from ' @/components/PermissionsCheck' ;
37
- import {
38
- TEMPLATE_TYPE_ACTION_TITLES ,
39
- TEMPLATE_TYPE_ICONS ,
40
- TEMPLATE_TYPE_TITLES ,
41
- } from ' @/lib/constants' ;
42
36
43
37
export default {
44
38
45
- mixins: [PermissionsCheck],
46
-
47
39
props: {
48
40
projectId: Number ,
49
41
projectType: String ,
@@ -52,27 +44,9 @@ export default {
52
44
53
45
data () {
54
46
return {
55
- dateRanges: [{
56
- text: ' Past week' ,
57
- value: ' last_week' ,
58
- }, {
59
- text: ' Past month' ,
60
- value: ' last_month' ,
61
- }, {
62
- text: ' Past year' ,
63
- value: ' last_year' ,
64
- }],
65
- users: [{
66
- text: ' All users' ,
67
- value: null ,
68
- }],
69
- user: null ,
70
- TEMPLATE_TYPE_ICONS ,
71
- TEMPLATE_TYPE_TITLES ,
72
- TEMPLATE_TYPE_ACTION_TITLES ,
73
- stats: null ,
74
- dateRange: ' last_week' ,
47
+ id: null ,
75
48
};
76
49
},
50
+
77
51
};
78
52
</script >
You can’t perform that action at this time.
0 commit comments