summaryrefslogtreecommitdiff
path: root/client/partials/home/home.html
diff options
context:
space:
mode:
authorYoggzo <yogg@epsina.com>2016-03-08 17:30:26 +0100
committerYoggzo <yogg@epsina.com>2016-03-08 17:30:26 +0100
commit89f2c4ac8cd6b0f7766170d588eae2407124f8fc (patch)
tree6275b180b1c1f45caba3e84437119f784f5ebfba /client/partials/home/home.html
parent66baa3ffc8bd119558eeb1e87cb05c6008df9d6f (diff)
parent3b569b6d008d5b1936ee04948cf5c1cc08790f39 (diff)
Merge branch 'develop' into Evan
Diffstat (limited to 'client/partials/home/home.html')
-rw-r--r--client/partials/home/home.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/client/partials/home/home.html b/client/partials/home/home.html
new file mode 100644
index 0000000..f9f8878
--- /dev/null
+++ b/client/partials/home/home.html
@@ -0,0 +1,12 @@
+ <div class="panel panel-default" ng-controller="homeCtrl">
+ <div class="panel-heading">
+ Home
+ </div>
+ <div class="panel-body">
+
+ Pour charger les machines, recharger la page (temporaire)<br />
+ Selectionner une machine:
+ <div ng-repeat="machine in machines"> <a ng-click="raiseShowMachineDetailsEvent(machine.id)"> {{ machine.name }}</a></div>
+
+ </div>
+</div>