public: can control up to 9 separate displays
This commit is contained in:
parent
eb858ba90a
commit
c574b85fd5
7 changed files with 31 additions and 19 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<form ng-submit="saveScenes()" class="form-horizontal">
|
||||
<h2>
|
||||
Interface publique
|
||||
<select class="custom-select" id="screenid" ng-model="screenid" ng-options="k as 'Écran ' + v for (k, v) in screens" ng-change="chScreen()"></select>
|
||||
<div class="float-right dropdown">
|
||||
<button class="btn btn-secondary dropdown-toggle mr-sm-2" type="button" data-toggle="dropdown">
|
||||
Charger scène
|
||||
|
|
|
|||
Reference in a new issue