Skip to content

Commit

Permalink
Merge pull request #4454 from matheuscmelo/fix_provision_button
Browse files Browse the repository at this point in the history
Fix Physical Server provision button
  • Loading branch information
mzazrivec committed Aug 13, 2018
2 parents 1ffeadb + 07bb055 commit f89cc5d
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -244,6 +244,8 @@ class ApplicationHelper::Toolbar::PhysicalServersCenter < ApplicationHelper::Too
:url => "provision",
:send_checked => true,
:url_parms => "main_div",
:enabled => false,
:onwhen => "1+",
:klass => ApplicationHelper::Button::PhysicalServerProvision
)
]
Expand Down

0 comments on commit f89cc5d

Please sign in to comment.