@if ($isConfigurationChanged && !is_null($resource->config_hash) && !$resource->isExited())
The latest configuration has not been applied @if (data_get($configurationDiff, 'count')) {{ data_get($configurationDiff, 'count') }} unapplied configuration {{ data_get($configurationDiff, 'count') === 1 ? 'change' : 'changes' }} detected. @if (data_get($configurationDiff, 'requires_build')) A rebuild is required. @else Please redeploy to apply the new configuration. @endif @else Please redeploy to apply the new configuration. @endif @if (data_get($configurationDiff, 'count')) @endif
@endif