diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-03-30 19:41:03 +0100 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-03-30 19:41:03 +0100 |
| commit | ecc769dab59d427c1fa5dc8856dd32068b4ba6db (patch) | |
| tree | 6a6f6ca99a2c2f4f0cfdb90d29bacb936891c159 /views/error.hbs | |
| parent | a6459b390ecfcaca90c8b30fc3ab6f6f6db4fb0c (diff) | |
| download | tplink-energy-monitor-ecc769dab59d427c1fa5dc8856dd32068b4ba6db.tar.xz tplink-energy-monitor-ecc769dab59d427c1fa5dc8856dd32068b4ba6db.zip | |
Initial functionality. Static realtime usage for a single device
Diffstat (limited to 'views/error.hbs')
| -rw-r--r-- | views/error.hbs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/error.hbs b/views/error.hbs new file mode 100644 index 0000000..0659765 --- /dev/null +++ b/views/error.hbs @@ -0,0 +1,3 @@ +<h1>{{message}}</h1> +<h2>{{error.status}}</h2> +<pre>{{error.stack}}</pre> |