You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description : "It converts tasks number to a PersonalActivity Chart"
148
-
},
149
-
{
150
-
title : "TeamActivityChart",
151
-
src : "template_macros/TeamActivityChart.html",
152
-
description : "It converts tasks number to a TeamActivity Chart"
153
-
},
154
-
{
155
-
title : "TrendChart",
156
-
url : "template_macros/TrendChart.html",
157
-
description : "It converts tasks number to a Trend Chart"
158
-
},
159
-
{
160
-
title : "SpentTimeChart",
161
-
url : "template_macros/SpentTimeChart.html",
162
-
description : "It converts tasks number to a SpentTime Chart"
163
-
},
164
-
{
165
-
title : "WorkloadChart",
166
-
url : "template_macros/WorkloadChart.html",
167
-
description : "It converts tasks number to a Workload Chart"
168
-
},
169
-
{
170
-
title : "StateChart",
171
-
url : "template_macros/StateChart.html",
172
-
description : "It converts tasks number to a State Chart"
173
-
},
174
-
{
175
-
title : "ResolutionChart",
176
-
url : "template_macros/ResolutionChart.html",
177
-
description : "It converts tasks number to a Resolution Chart"
178
-
},
179
-
{
180
-
title : "SyntaxHighlighter",
181
-
url : "template_macros/SyntaxHighlighter.html",
182
-
description : "It highlights the code"
183
-
}
46
+
template_templates: [
47
+
{title: "--------"},
48
+
{title: "FullPathLink",src: "template_macros/FullPathLink.html",description: "It converts tasks number to a link and replaces tasks name to full link"},
49
+
{title: "SimpleNameLink",src: "template_macros/SimpleNameLink.html",description: "It converts tasks number to a link"},
50
+
{title: "--------"},
51
+
{title: "SubtaskFilter",src: "template_macros/SubtaskFilter.html",description: "It converts tasks number to a table which has list of subtasks by filter"},
52
+
{title: "--------"},
53
+
{title: "UDFViewMacro",src: "template_macros/UDFViewMacro.html",description: "It converts tasks number to a view of udf"},
54
+
{title: "--------"},
55
+
{title: "BurndownChart",src: "template_macros/BurndownChart.html",description: "It converts tasks number to a Burndown Chat"},
56
+
{title: "PersonalActivityChart",src: "template_macros/PersonalActivityChart.html",description: "It converts tasks number to a PersonalActivity Chart"},
57
+
{title: "TeamActivityChart",src: "template_macros/TeamActivityChart.html",description: "It converts tasks number to a TeamActivity Chart"},
58
+
{title: "TrendChart",src: "template_macros/TrendChart.html",description: "It converts tasks number to a Trend Chart"},
59
+
{title: "SpentTimeChart",src: "template_macros/SpentTimeChart.html",description: "It converts tasks number to a SpentTime Chart"},
60
+
{title: "WorkloadChart",src: "template_macros/WorkloadChart.html",description: "It converts tasks number to a Workload Chart"},
61
+
{title: "StateChart",src: "template_macros/StateChart.html",description: "It converts tasks number to a State Chart"},
62
+
{title: "ResolutionChart",src: "template_macros/ResolutionChart.html",description: "It converts tasks number to a Resolution Chart"},
63
+
{title: "SyntaxHighlighter",src: "template_macros/SyntaxHighlighter.html",description: "It highlights the code"}
0 commit comments