Skip to content

Commit

Permalink
Remove commented out backup location
Browse files Browse the repository at this point in the history
  • Loading branch information
advplyr committed Sep 22, 2023
1 parent e9f0f7d commit 7c484d8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions client/pages/config/backups.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,13 @@
<span class="material-icons text-lg text-black-50 hover:text-yellow-500 cursor-pointer ml-2" @click="showCronBuilder = !showCronBuilder">edit</span>
</div>

<div v-if="nextBackupDate" class="flex items-center pl-6 py-0.5 px-2 mb-2">
<div v-if="nextBackupDate" class="flex items-center pl-6 py-0.5 px-2">
<span class="material-icons-outlined text-2xl text-black-50 mr-2">event</span>
<div class="w-40">
<span class="text-white text-opacity-60 uppercase text-sm">{{ $strings.LabelNextBackupDate }}:</span>
</div>
<div class="text-gray-100">{{ nextBackupDate }}</div>
</div>

<!-- <div class="flex items-center pl-6 mb-2">
<span class="material-icons-outlined text-2xl text-black-50 mr-2">folder</span>
<div class="w-48">
<span class="text-white text-opacity-60 uppercase text-sm">{{ $strings.LabelBackupLocation }}:</span>
</div>
<div class="text-gray-100">{{ backupLocation }}</div>
</div> -->
</div>

<div class="flex items-center py-2">
Expand Down

0 comments on commit 7c484d8

Please sign in to comment.