File tree 1 file changed +7
-5
lines changed
apps/ui/src/lib/components
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 85
85
</script >
86
86
87
87
<div class =" w-full" >
88
- <div class =" flex items-center" >
88
+ <div class =" items-center grid grid-flow-row md:grid-flow-col md:w-96 gap-4 " >
89
89
<h1 class =" title text-4xl" >Hardware Details</h1 >
90
- <div class =" flex space-x -4" >
90
+ <div class =" grid gap -4" >
91
91
{#if $appSession .teamId === ' 0' }
92
- <button on:click ={manuallyCleanupStorage } class:loading ={loading .cleanup } class =" btn btn-sm"
93
- >Cleanup Storage</button
92
+ <button
93
+ on:click ={manuallyCleanupStorage }
94
+ class:loading ={loading .cleanup }
95
+ class =" btn btn-sm h-14" >Cleanup Storage</button
94
96
>
95
97
<button
96
98
on:click ={restartCoolify }
97
99
class:loading ={loading .restart }
98
- class =" btn btn-sm bg-red-600 hover:bg-red-500" >Restart Coolify</button
100
+ class =" btn btn-sm h-14 bg-red-600 hover:bg-red-500" >Restart Coolify</button
99
101
>
100
102
{/if }
101
103
</div >
You can’t perform that action at this time.
0 commit comments