Skip to content

Commit

Permalink
Fix example sitemap not loading with newer ESH versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wborn committed Jan 20, 2018
1 parent 4aeeb47 commit 9ac0d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/sitemaps/grafana.sitemap
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ sitemap grafana label="Grafana examples"
Switch item=Render2_Panel mappings=[1="CPU", 2="Memory", 3="Storage", 4="Speedtest"]
Switch item=Render2_Width mappings=[200="200",600="600",1000="1000", auto="Auto"]
Switch item=Render2_Height mappings=[100="100",200="200",400="400", auto="Auto"]
Switch item=Render2_Render mappings=[false="False", true="True"]
Switch item=Render2_Render mappings=["false"="False", "true"="True"]
Selection item=Render2_Refresh mappings=[0="Off", 1000="1 second", 5000="5 seconds", 15000="15 seconds", 60000="1 minute", 300000="5 minutes", 900000="15 minutes", 3600000="1 hour"]
Webview url="/static/demo.html?dashboard=network&dashboardItem=Render2_Dashboard&from=now-1d&to=now&panelItem=Render2_Panel&widthItem=Render2_Width&heightItem=Render2_Height&renderItem=Render2_Render&refreshItem=Render2_Refresh" height=9
}
Expand Down

0 comments on commit 9ac0d9f

Please sign in to comment.