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 027eb14f0..d97150f73 100755 --- a/resources/views/livewire/run-command.blade.php +++ b/resources/views/livewire/run-command.blade.php @@ -1,84 +1,30 @@
{{ data_get($activity, 'description') }}
-
-
- {{ json_encode(data_get($activity, 'properties'), JSON_PRETTY_PRINT) }}
+ @isset($activity?->id)
+ {{ data_get($activity, 'description') }}
+ {{ json_encode(data_get($activity, 'properties'), JSON_PRETTY_PRINT) }}
+