diff options
author | Asbjørn Sloth Tønnesen <asbjorn@asbjorn.biz> | 2012-06-28 19:49:45 +0000 |
---|---|---|
committer | Asbjørn Sloth Tønnesen <asbjorn@asbjorn.biz> | 2012-06-28 19:49:45 +0000 |
commit | 5e54ba7aa27b95d1e0568693915e735ab8058ff7 (patch) | |
tree | 1c2743605a6cce00edb82b5f15b9a3f08f6ace30 /web/templates/labitrack.d/notfound | |
download | labitrack-5e54ba7aa27b95d1e0568693915e735ab8058ff7.tar.gz labitrack-5e54ba7aa27b95d1e0568693915e735ab8058ff7.tar.xz labitrack-5e54ba7aa27b95d1e0568693915e735ab8058ff7.zip |
Initial version
Signed-off-by: Asbjørn Sloth Tønnesen <asbjorn@asbjorn.biz>
Diffstat (limited to 'web/templates/labitrack.d/notfound')
-rw-r--r-- | web/templates/labitrack.d/notfound | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/templates/labitrack.d/notfound b/web/templates/labitrack.d/notfound new file mode 100644 index 0000000..db23ebe --- /dev/null +++ b/web/templates/labitrack.d/notfound @@ -0,0 +1,8 @@ +<div class="hide tmplheader">{{action}} label #{{id}}</div> +<h2>Failed</h2> +<p> + There was a problem loading the label data from the server. +</p> +<p> + Status code returned by the server: <b>{{status}}</b> +</p> |