mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
9 lines
334 B
HTML
9 lines
334 B
HTML
<div class="interval-input-element">
|
|
<input class="form-control"
|
|
ng-model="vm.quantity"
|
|
ng-change="vm.updateSeconds()"></input>
|
|
<select class="form-control"
|
|
ng-options="period.label for period in vm.periods"
|
|
ng-model="vm.selectedPeriod"
|
|
ng-change="vm.updateSeconds()"></select>
|
|
</div> |