diff --git a/resources/views/components/popup-small.blade.php b/resources/views/components/popup-small.blade.php new file mode 100644 index 000000000..d623f3add --- /dev/null +++ b/resources/views/components/popup-small.blade.php @@ -0,0 +1,28 @@ +@props(['title' => 'Default title', 'description' => 'Default Description', 'buttonText' => 'Default Button Text']) +
+
+
+ @if (isset($icon)) + {{ $icon }} + + @endif + +
+

+ {{ $title }} +

+

{{ $description }}

+
+
+
+
diff --git a/resources/views/livewire/project/application/general.blade.php b/resources/views/livewire/project/application/general.blade.php index b31c14882..981024057 100644 --- a/resources/views/livewire/project/application/general.blade.php +++ b/resources/views/livewire/project/application/general.blade.php @@ -1,17 +1,28 @@
-
+

General

Save @if ($isConfigurationChanged && !is_null($application->config_hash) && !$application->isExited()) -
- - - -
+ + + The latest configuration has not been applied. + + + + + + Please restart (or redeploy) to apply the new configuration, especially if you have changed your domains. + + + Disable This Popup + + @endif
General configuration for your application.