mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-21 19:00:33 +00:00
Compare commits
4 Commits
arbitrary-
...
copilot/fi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
57f0aa3250 | ||
|
|
afe3ec1699 | ||
|
|
6297358d48 | ||
|
|
bd772e19ca |
@@ -11,6 +11,7 @@
|
||||
--color-error-text: #c20505;
|
||||
--color-success: #46ba61;
|
||||
--color-running: #ffd000;
|
||||
--color-warning: #ff6b00;
|
||||
--color-primary-element: #00679e;
|
||||
--color-primary-element-hover: #005a8a;
|
||||
--color-primary-element-text: #ffffff;
|
||||
@@ -174,6 +175,11 @@ span.running {
|
||||
background-color: var(--color-running);
|
||||
}
|
||||
|
||||
.container-update-warning {
|
||||
color: var(--color-warning);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.toast.success {
|
||||
border-left-color: var(--color-success);
|
||||
}
|
||||
|
||||
@@ -17,6 +17,9 @@
|
||||
{% if c.documentation != '' %}
|
||||
(<a target="_blank" href="{{ c.documentation }}">docs</a>)
|
||||
{% endif %}
|
||||
{% if c.GetUpdateState().value == 'different' %}
|
||||
<span class="container-update-warning">⚠️ Update available</span>
|
||||
{% endif %}
|
||||
</span>
|
||||
{% if c.GetUiSecret() != '' %}
|
||||
<details>
|
||||
|
||||
Reference in New Issue
Block a user