Skip to content

Commit

Permalink
Merge pull request #3092 from aljesusg/disable_operation_suspend_in_n…
Browse files Browse the repository at this point in the history
…ot_domain

Hide suspend server button from toolbar for standalone Middleware Ser…
  • Loading branch information
mzazrivec authored Dec 19, 2017
2 parents 2b321f2 + 0eba786 commit 04461e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class ApplicationHelper::Toolbar::MiddlewareServerCenter < ApplicationHelper::To
'target' => '#modal_param_div',
'function' => 'sendDataWithRx',
'function-data' => '{"type": "mwServerOps", "operation": "suspend", "timeout": 10}'},
:klass => ApplicationHelper::Button::MiddlewareServerAction),
:klass => ApplicationHelper::Button::MiddlewareDomainServerAction),
button(
:middleware_server_resume,
nil,
Expand Down

0 comments on commit 04461e5

Please sign in to comment.