File tree 1 file changed +3
-3
lines changed
apps/ui/src/lib/components
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 87
87
<div class =" w-full" >
88
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 =" grid gap-4" >
90
+ <div class =" grid lg:grid-flow-col gap-4" >
91
91
{#if $appSession .teamId === ' 0' }
92
92
<button
93
93
on:click ={manuallyCleanupStorage }
94
94
class:loading ={loading .cleanup }
95
- class =" btn btn-sm h-14" >Cleanup Storage</button
95
+ class =" btn btn-sm w-36 h-14" >Cleanup Storage</button
96
96
>
97
97
<button
98
98
on:click ={restartCoolify }
99
99
class:loading ={loading .restart }
100
- class =" btn btn-sm h-14 bg-red-600 hover:bg-red-500" >Restart Coolify</button
100
+ class =" btn btn-sm w-36 h-14 bg-red-600 hover:bg-red-500" >Restart Coolify</button
101
101
>
102
102
{/if }
103
103
</div >
You can’t perform that action at this time.
0 commit comments