Skip to content

Commit

Permalink
Hide suspend server button from toolbar for standalone Middleware Ser…
Browse files Browse the repository at this point in the history
…vers
  • Loading branch information
aljesusg committed Dec 18, 2017
1 parent 149f399 commit 0eba786
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 0eba786

Please sign in to comment.