Skip to content

Commit

Permalink
Merge pull request #20754 from agrare/add_supports_feature_pause
Browse files Browse the repository at this point in the history
Add a supports feature for Vm pause
  • Loading branch information
Fryguy committed Nov 2, 2020
2 parents 647e640 + 4388362 commit 2aff38e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/mixins/supports_feature_mixin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ module SupportsFeatureMixin
:start => 'Start',
:streaming_refresh => 'Streaming refresh',
:suspend => 'Suspending',
:pause => 'Pause a VM',
:terminate => 'Terminate a VM',
:timeline => 'Query for events',
:update_aggregate => 'Host Aggregate Update',
Expand Down

0 comments on commit 2aff38e

Please sign in to comment.