diff options
| author | Loic GUEGAN <loic@Manzerbredes.home> | 2016-05-04 18:50:28 +0200 |
|---|---|---|
| committer | Loic GUEGAN <loic@Manzerbredes.home> | 2016-05-04 18:50:28 +0200 |
| commit | f819bc0c909dd85c4d98c8fb870ce5c6fce37383 (patch) | |
| tree | ea08f0571975164755a81aa40d6933f71628f78f /client/partials/home/home.html | |
| parent | f4f2f50f21292a002e0becf6fcea7a22b7514e32 (diff) | |
Add machine creation overlay
Diffstat (limited to 'client/partials/home/home.html')
| -rwxr-xr-x | client/partials/home/home.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/partials/home/home.html b/client/partials/home/home.html index e724388..1a4b085 100755 --- a/client/partials/home/home.html +++ b/client/partials/home/home.html @@ -9,6 +9,12 @@ <div class="col-md-12"> <div id="graphHolder"></div> </div> + + </div> + <div class="row"> + <div class="col-md-12"> + <button type="button" class="btn btn-default" ng-click="raiseShowMachineCreationEvent()">Create machine</button> + </div> </div> </div> </div> |
