- Create src/widgets/deploy/component.jsx — service-card widget variant
that receives { service } prop (not { options }) for use in services.yaml
- Register deploy in src/widgets/components.js
- Move deploy widgets from config/widgets.yaml into each service card
via widget: type: deploy — buttons now live inline under each app
- Fix Deploy API siteMonitor URL to use Apache-proxied path
- Reduce Widgets layout columns to 2 (only resources + datetime remain)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 lines
238 B
YAML
15 lines
238 B
YAML
---
|
|
- resources:
|
|
cpu: true
|
|
memory: true
|
|
disk: /
|
|
label: optical-dev server
|
|
expanded: true
|
|
cputemp: false
|
|
|
|
- datetime:
|
|
text_size: xl
|
|
format:
|
|
timeStyle: short
|
|
dateStyle: short
|
|
hourCycle: h23
|