File tree 1 file changed +5
-0
lines changed
src/app/components/hyperdecks
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -49,26 +49,31 @@ <h3>Control</h3>
49
49
< div class ="btn-group ">
50
50
< button
51
51
class ="btn btn-default "
52
+ ng-disabled ="!hyperdeck.remoteEnabled "
52
53
ng-click ="vm.sendTransportCommand(hyperdeck._id, 'play: speed: -400') ">
53
54
< span class ="glyphicon glyphicon-backward " aria-hidden ="true "> </ span >
54
55
</ button >
55
56
< button
56
57
class ="btn btn-default "
58
+ ng-disabled ="!hyperdeck.remoteEnabled "
57
59
ng-click ="vm.sendTransportCommand(hyperdeck._id, 'record') ">
58
60
< span class ="glyphicon glyphicon-record " aria-hidden ="true "> </ span >
59
61
</ button >
60
62
< button
61
63
class ="btn btn-default "
64
+ ng-disabled ="!hyperdeck.remoteEnabled "
62
65
ng-click ="vm.sendTransportCommand(hyperdeck._id, 'play') ">
63
66
< span class ="glyphicon glyphicon-play " aria-hidden ="true "> </ span >
64
67
</ button >
65
68
< button
66
69
class ="btn btn-default "
70
+ ng-disabled ="!hyperdeck.remoteEnabled "
67
71
ng-click ="vm.sendTransportCommand(hyperdeck._id, 'play: speed: 400') ">
68
72
< span class ="glyphicon glyphicon-forward " aria-hidden ="true "> </ span >
69
73
</ button >
70
74
< button
71
75
class ="btn btn-default "
76
+ ng-disabled ="!hyperdeck.remoteEnabled "
72
77
ng-click ="vm.sendTransportCommand(hyperdeck._id, 'stop') ">
73
78
< span class ="glyphicon glyphicon-stop " aria-hidden ="true "> </ span >
74
79
</ button >
You can’t perform that action at this time.
0 commit comments