Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| services:olivetin [2025/05/11 18:24] – [Configuration] willy | services:olivetin [2025/05/11 18:27] (current) – [Configuration] willy | ||
|---|---|---|---|
| Line 130: | Line 130: | ||
| - title: Stop {{ container.name }} | - title: Stop {{ container.name }} | ||
| shell: '{{ container.command }} stop' | shell: '{{ container.command }} stop' | ||
| + | icon: ping | ||
| + | popupOnStart: | ||
| + | entity: container | ||
| + | triggers: | ||
| + | - Update containers | ||
| + | |||
| + | - title: Update {{ container.name }} | ||
| + | shell: '{{ container.command }} update' | ||
| icon: ping | icon: ping | ||
| popupOnStart: | popupOnStart: | ||
| Line 189: | Line 197: | ||
| - title: "Start {{ container.name }}" | - title: "Start {{ container.name }}" | ||
| - title: "Stop {{ container.name }}" | - title: "Stop {{ container.name }}" | ||
| + | - title: " | ||
| </ | </ | ||
| Line 252: | Line 261: | ||
| </ | </ | ||
| + | |||
| + | <file - theme.css> | ||
| + | div.display.running { | ||
| + | background-color: | ||
| + | color: white; | ||
| + | } | ||
| + | |||
| + | div.display.stopped { | ||
| + | background-color: | ||
| + | } | ||
| + | |||
| + | div.display.online { | ||
| + | background-color: | ||
| + | color: white; | ||
| + | } | ||
| + | |||
| + | div.display.offline { | ||
| + | background-color: | ||
| + | } | ||
| + | </ | ||
| ===== Autostart ===== | ===== Autostart ===== | ||