Skip to content

Commit 2c05926

Browse files
authored
Merge pull request hestiacp#1969 from clarkchentw/patch-1
Better experience when open external help page
2 parents 21ed4f9 + 7d1fcd1 commit 2c05926

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web/templates/pages/edit_server.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@
669669
</tr>
670670
<tr>
671671
<td class="vst-text">
672-
<?=_('Compression');?> <a href="http://docs.hestiacp.com/admin_docs/backups.html#what-is-the-difference-between-zstd-and-gzip"><i class="fas fa-question-circle"></i></a>
672+
<?=_('Compression');?> <a target="_blank" href="http://docs.hestiacp.com/admin_docs/backups.html#what-is-the-difference-between-zstd-and-gzip"><i class="fas fa-question-circle"></i></a>
673673
</td>
674674
</tr>
675675
<tr>
@@ -683,7 +683,7 @@
683683
</tr>
684684
<tr>
685685
<td class="vst-text">
686-
<?=_('Compression level');?> <a href="http://docs.hestiacp.com/admin_docs/backups.html#what-is-the-optimal-compression-ratio"><i class="fas fa-question-circle"></i></a>
686+
<?=_('Compression level');?> <a target="_blank" href="http://docs.hestiacp.com/admin_docs/backups.html#what-is-the-optimal-compression-ratio"><i class="fas fa-question-circle"></i></a>
687687
</td>
688688
</tr>
689689
<tr>
@@ -698,7 +698,7 @@
698698
</tr>
699699
<tr>
700700
<td class="vst-text">
701-
<?=_('Directory');?> <a href="https://docs.hestiacp.com/admin_docs/backups.html#how-to-change-default-backup-folder"><i class="fas fa-question-circle"></i></a>
701+
<?=_('Directory');?> <a target="_blank" href="https://docs.hestiacp.com/admin_docs/backups.html#how-to-change-default-backup-folder"><i class="fas fa-question-circle"></i></a>
702702
</td>
703703
</tr>
704704
<tr>
@@ -717,7 +717,7 @@
717717
<table style="display:<?php if (empty($v_backup_remote_adv)) echo 'none';?> ;" id="remote_backup">
718718
<tr>
719719
<td class="vst-text">
720-
<?=_('Protocol');?> <a href="http://docs.hestiacp.com/admin_docs/backups.html#what-kind-of-protocols-are-currently-supported"><i class="fas fa-question-circle"></i></a>
720+
<?=_('Protocol');?> <a target="_blank" href="http://docs.hestiacp.com/admin_docs/backups.html#what-kind-of-protocols-are-currently-supported"><i class="fas fa-question-circle"></i></a>
721721
</td>
722722
</tr>
723723
<tr>

0 commit comments

Comments
 (0)