UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

14 lines (11 loc) 437 B
import { IComponentOptions, module } from 'angular'; const resizeCapacityComponent: IComponentOptions = { bindings: { command: '=', currentSize: '=', }, templateUrl: require('./resizeCapacity.component.html'), controller: () => {}, }; export const SPOT_RESIZE_CAPACITY_COMPONENT = 'spinnaker.spot.serverGroup.resize'; module(SPOT_RESIZE_CAPACITY_COMPONENT, []).component('spotResizeCapacity', resizeCapacityComponent);