mirror of https://github.com/portainer/portainer
style(host-details): remove obsolete event object
parent
b03a3cb36b
commit
e75be92c37
|
@ -1,6 +1,6 @@
|
|||
<div class="input-group input-group-sm">
|
||||
<select name="nodeAvailability" class="selectpicker form-control" ng-model="$ctrl.availability"
|
||||
ng-change="$ctrl.onChange($event)">
|
||||
ng-change="$ctrl.onChange()">
|
||||
<option value="active">Active</option>
|
||||
<option value="pause">Pause</option>
|
||||
<option value="drain">Drain</option>
|
||||
|
|
Loading…
Reference in New Issue