Skip to content

Commit

Permalink
Merge pull request #6691 from getkirby/fix/6679-offline
Browse files Browse the repository at this point in the history
Show offline component only system is not local env
  • Loading branch information
bastianallgeier authored Sep 20, 2024
2 parents bab1682 + 32671e0 commit 660743f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/src/components/Misc/OfflineWarning.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div v-if="$panel.isOffline" class="k-offline-warning">
<div v-if="!$panel.system.isLocal && $panel.isOffline" class="k-offline-warning">
<p><k-icon type="bolt" /> {{ $t("error.offline") }}</p>
</div>
</template>
Expand Down

0 comments on commit 660743f

Please sign in to comment.