Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(templates): add jmeter template #15168

Merged
merged 10 commits into from
Sep 26, 2019
Next Next commit
fix(templates): add jmeter template
russorat authored Sep 13, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit f145b034ed8b798a4fb6eceb7fde824bd7daf1c3
3 changes: 3 additions & 0 deletions ui/src/templates/constants/defaultTemplates.ts
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@ import {
docker,
gettingStarted,
github,
jmeter,
kubernetes,
nginx,
ossMetrics,
@@ -20,6 +21,7 @@ export const staticTemplates: {[k: string]: DashboardTemplate} = {
Docker: docker,
'getting-started': gettingStarted,
Github: github,
JMeter: jmeter,
Kubernetes: kubernetes,
Nginx: nginx,
'oss-metrics': ossMetrics,
@@ -32,6 +34,7 @@ export const influxdbTemplateList: DashboardTemplate[] = [
docker,
gettingStarted,
github,
jmeter
kubernetes,
nginx,
ossMetrics,