|
@@ -239,7 +239,7 @@ App.HostComponentActionMap = {
|
|
action: 'runSmokeTest',
|
|
action: 'runSmokeTest',
|
|
label: Em.I18n.t('services.service.actions.run.smoke'),
|
|
label: Em.I18n.t('services.service.actions.run.smoke'),
|
|
cssClass: 'icon-thumbs-up-alt',
|
|
cssClass: 'icon-thumbs-up-alt',
|
|
- disabled: ctx.get('controller.isStopDisabled')
|
|
|
|
|
|
+ disabled: ctx.get('controller.isClientsOnlyService') ? false : ctx.get('controller.isStopDisabled')
|
|
},
|
|
},
|
|
REFRESH_CONFIGS: {
|
|
REFRESH_CONFIGS: {
|
|
action: 'refreshConfigs',
|
|
action: 'refreshConfigs',
|