- 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>
33 lines
535 B
YAML
33 lines
535 B
YAML
---
|
|
title: Optical Dev
|
|
language: en
|
|
theme: dark
|
|
color: zinc
|
|
|
|
# Full-width layout, equal card heights, hide noise
|
|
fullWidth: true
|
|
useEqualHeights: true
|
|
headerStyle: clean
|
|
cardBlur: md
|
|
statusStyle: dot
|
|
hideVersion: true
|
|
disableUpdateCheck: true
|
|
target: _blank
|
|
|
|
# Layout sections
|
|
layout:
|
|
Widgets:
|
|
style: row
|
|
columns: 2
|
|
AI Tools:
|
|
style: row
|
|
columns: 5
|
|
useEqualHeights: true
|
|
Infrastructure:
|
|
style: row
|
|
columns: 4
|
|
useEqualHeights: true
|
|
Repositories:
|
|
style: row
|
|
columns: 4
|
|
iconsOnly: false
|