From 3c4e5a080bc59aa20f49e2307a3d778d160b105e Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 21 Mar 2023 09:48:38 +0100 Subject: [PATCH] small fixes --- package-lock.json | 2 +- resources/css/app.css | 4 +- .../views/livewire/run-command.blade.php | 98 ++++--------------- resources/views/welcome.blade.php | 2 +- 4 files changed, 25 insertions(+), 81 deletions(-) diff --git a/package-lock.json b/package-lock.json index ece4b4d9c..63682f793 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "coolify", + "name": "html", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/resources/css/app.css b/resources/css/app.css index bd6213e1d..d6d88bf25 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -1,3 +1,3 @@ -@tailwind base; +/* @tailwind base; @tailwind components; -@tailwind utilities; \ No newline at end of file +@tailwind utilities; */ diff --git a/resources/views/livewire/run-command.blade.php b/resources/views/livewire/run-command.blade.php index 370264e6c..aa7aeaddd 100755 --- a/resources/views/livewire/run-command.blade.php +++ b/resources/views/livewire/run-command.blade.php @@ -1,85 +1,29 @@
-
- -
+ + -
-
-
-
- - - @isset($activity?->id) -
- Activity: {{ $activity?->id ?? 'waiting' }} -
- @endisset + +
- -
- - -
-
-        {{ data_get($activity, 'description') }}
-    
- -
- - -
- - @if($isKeepAliveOn || $manualKeepAlive) +
+ + + @if ($isKeepAliveOn || $manualKeepAlive) Polling... @endif -
- -
{{ json_encode(data_get($activity, 'properties'), JSON_PRETTY_PRINT) }}
+ @isset($activity?->id) +
+ Activity: {{ $activity?->id ?? 'waiting' }} +
+
 {{ data_get($activity, 'description') }}
+
+
Details:
+
{{ json_encode(data_get($activity, 'properties'), JSON_PRETTY_PRINT) }}
+
+ @endisset
diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 443ef8bae..2c34fca5d 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -11,7 +11,7 @@

- Hello from Coolify! + Coolify v4