ntfy fix
This commit is contained in:
@@ -72,16 +72,6 @@ const NotificationPanel = ({
|
|||||||
disabled={!settings.ntfy.enabled}
|
disabled={!settings.ntfy.enabled}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
{capabilities.ntfy.serverUrl && (
|
|
||||||
<p className="text-xs text-gray-500">
|
|
||||||
Server: {capabilities.ntfy.serverUrl} (vom Admin festgelegt)
|
|
||||||
</p>
|
|
||||||
)}
|
|
||||||
{capabilities.ntfy.topicPrefix && (
|
|
||||||
<p className="text-xs text-gray-500">
|
|
||||||
Präfix: {capabilities.ntfy.topicPrefix} (Unterstrich wird automatisch ergänzt)
|
|
||||||
</p>
|
|
||||||
)}
|
|
||||||
{ntfyPreviewUrl && (
|
{ntfyPreviewUrl && (
|
||||||
<div className="flex items-center gap-2 text-xs text-gray-600">
|
<div className="flex items-center gap-2 text-xs text-gray-600">
|
||||||
<a
|
<a
|
||||||
|
|||||||
Reference in New Issue
Block a user