summaryrefslogtreecommitdiff
path: root/client/partials/home/home.html
diff options
context:
space:
mode:
authorEoleDev <root@serverpc.home>2016-03-09 16:17:33 +0100
committerEoleDev <root@serverpc.home>2016-03-09 16:17:33 +0100
commit2b8decb81faeb7928bcbfda84c6f33a003f707fd (patch)
tree0e491d7ae2bf91347b1cf50d2c475625d8f659b4 /client/partials/home/home.html
parentb7ebe1272c1127df290535af2430622b28160bb0 (diff)
parent03ef74d0cfe675a6e18a91f039182ca1b248d8f5 (diff)
Maj Library
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>