mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-19 09:38:36 +00:00
Get CPU from database too
CPU was set as fixed value but now retrieving it from database object like all other settings
This commit is contained in:
parent
715be1a98e
commit
715adec419
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@
|
|||
<x-number-input>
|
||||
<x-slot name="title">CPU</x-slot>
|
||||
<x-slot name="name">cpu</x-slot>
|
||||
<x-slot name="value">2</x-slot>
|
||||
<x-slot name="value">{{$server[0]->cpu}}</x-slot>
|
||||
<x-slot name="max">64</x-slot>
|
||||
<x-slot name="step">1</x-slot>
|
||||
</x-number-input>
|
||||
|
|
Loading…
Add table
Reference in a new issue