@@ -33,8 +33,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
33
33
id =" dashboard-workflows"
34
34
>
35
35
<v-progress-linear slot =" progress" color =" grey" indeterminate ></v-progress-linear >
36
- <!-- TODO: remove it if the linter is fixed later #510 -->
37
- <!-- eslint-disable-next-line vue/valid-v-slot -->
38
36
<template v-slot :item .count =" { item } " >
39
37
<v-skeleton-loader
40
38
:loading =" isLoading"
@@ -45,8 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
45
43
<span class =" headline font-weight-light" >{{ item.count }}</span >
46
44
</v-skeleton-loader >
47
45
</template >
48
- <!-- TODO: remove it if the linter is fixed later #510 -->
49
- <!-- eslint-disable-next-line vue/valid-v-slot -->
50
46
<template v-slot :item .text =" { item } " >
51
47
<span class =" title font-weight-light" >{{ item.text }}</span >
52
48
</template >
@@ -60,13 +56,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
60
56
hide-default-footer
61
57
hide-default-header
62
58
>
63
- <!-- TODO: remove it if the linter is fixed later #510 -->
64
- <!-- eslint-disable-next-line vue/valid-v-slot -->
65
59
<template v-slot :item .id =" { item } " >
66
60
<span class =" title font-weight-light" >{{ item.id }}</span >
67
61
</template >
68
- <!-- TODO: remove it if the linter is fixed later #510 -->
69
- <!-- eslint-disable-next-line vue/valid-v-slot -->
70
62
<template v-slot :item .text =" { item } " >
71
63
<span class =" title font-weight-light" >{{ item.text }}</span >
72
64
</template >
@@ -141,8 +133,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
141
133
</v-list-item-subtitle >
142
134
</v-list-item-content >
143
135
</v-list-item >
144
- <!-- TODO: change from latest to stable once out of beta -->
145
- <v-list-item href =" https://cylc.github.io/cylc-doc/latest/html/workflow-design-guide/index.html" >
136
+ <v-list-item href =" https://cylc.github.io/cylc-doc/stable/html/workflow-design-guide/index.html" target =" _blank" >
146
137
<v-list-item-avatar size =" 60" style =" font-size : 2em ;" >
147
138
<v-icon large >{{ svgPaths.workflow }}</v-icon >
148
139
</v-list-item-avatar >
@@ -155,8 +146,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
155
146
</v-list-item-subtitle >
156
147
</v-list-item-content >
157
148
</v-list-item >
158
- <!-- TODO: change from latest to stable once out of beta -->
159
- <v-list-item href =" https://cylc.github.io/cylc-doc/latest/html/index.html" >
149
+ <v-list-item href =" https://cylc.github.io/cylc-doc/stable/html/index.html" target =" _blank" >
160
150
<v-list-item-avatar size =" 60" style =" font-size : 2em ;" >
161
151
<v-icon large >{{ svgPaths.documentation }}</v-icon >
162
152
</v-list-item-avatar >
0 commit comments