From 3ebdce373e134b70b129154d8033c1c628847a6c Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Mon, 25 Jan 2016 14:37:32 +0100 Subject: First version --- afm-client/app/Frontend/pages/Home/Dashboard.html | 40 +++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 afm-client/app/Frontend/pages/Home/Dashboard.html (limited to 'afm-client/app/Frontend/pages/Home/Dashboard.html') diff --git a/afm-client/app/Frontend/pages/Home/Dashboard.html b/afm-client/app/Frontend/pages/Home/Dashboard.html new file mode 100644 index 0000000..036148a --- /dev/null +++ b/afm-client/app/Frontend/pages/Home/Dashboard.html @@ -0,0 +1,40 @@ + +--- +name: dashboard +url: /dashboard +controller: DashboardController as ctrl +animationIn: slideInRight +--- + +

+ + Application Framework Manager Simple Client +

+ + + +
+ + +
+ + +
+ + + + + +
+
+
+ req= {{ctrl.request}} + res= {{ctrl.response}} + status= {{ctrl.errcode}} +
+
+ + + + + -- cgit 1.2.3-korg