add templates for plugins: Google gauge and multiline charts
This commit is contained in:
19
app/views/plugins/templates/gauge.html
Normal file
19
app/views/plugins/templates/gauge.html
Normal file
@ -0,0 +1,19 @@
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<title>Google Gauge - ThingSpeak</title>
|
||||
|
||||
%%PLUGIN_CSS%%
|
||||
%%PLUGIN_JAVASCRIPT%%
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="inner">
|
||||
<div id="gauge_div"></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user