Add bulk power management via CLI
This commit is contained in:
parent
c6137db529
commit
021710aa1c
5 changed files with 182 additions and 0 deletions
|
@ -37,6 +37,10 @@ return [
|
|||
],
|
||||
'server' => [
|
||||
'rebuild_failed' => 'Rebuild request for ":name" (#:id) on node ":node" failed with error: :message',
|
||||
'power' => [
|
||||
'confirm' => 'You are about to perform a :action aganist :count servers. Do you wish to continue?',
|
||||
'action_failed' => 'Power action request for ":name" (#:id) on node ":node" failed with error: :message',
|
||||
],
|
||||
],
|
||||
'environment' => [
|
||||
'mail' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue