update wiki help links

This commit is contained in:
Tom Mortensen
2021-05-29 07:54:30 -07:00
parent 7613600a56
commit 19d5825d2c
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ require_once "$docroot/plugins/dynamix.vm.manager/include/libvirt_helpers.php";
$hardware = !empty(shell_exec("/etc/rc.d/rc.libvirt test"));
if (!$hardware) {
echo "<p class='notice'>".('Your hardware does not have Intel VT-x or AMD-V capability').". "._('This is required to create VMs in KVM').". "._('Please disable the VM function').". ";
echo "<a href='http://lime-technology.com/wiki/index.php/UnRAID_Manual_6#Hardware-Assisted_Virtualization_.28HVM.29' target='_blank'> "._('Click here to see the Unraid Wiki for more information')."</a></p>";
echo "<a href='https://wiki.unraid.net/Manual/VM_Management#Determining_HVM.2FIOMMU_Hardware_Support' target='_blank'> "._('Click here to see the Unraid Wiki for more information')."</a></p>";
}
function scan($area, $text) {
@@ -541,7 +541,7 @@ default:
}
echo "</span></span><span id='countdown'></span><span id='user-notice' class='red-text'></span>";
echo "<span id='copyright'>Unraid&reg; webGui &copy;2021, Lime Technology, Inc.";
echo " <a href='http://lime-technology.com/wiki/index.php/Official_Documentation' target='_blank' title=\""._('Online manual')."\"><i class='fa fa-book'></i> "._('manual')."</a>";
echo " <a href='https://wiki.unraid.net/Manual' target='_blank' title=\""._('Online manual')."\"><i class='fa fa-book'></i> "._('manual')."</a>";
echo "</span></div>";
?>
<script>
+3 -3
View File
@@ -86,9 +86,9 @@ input[type=email]{margin-top:8px;float:left}
<div id="spinner_image"><img src="/webGui/images/loading.gif"/></div>
<div id="footer_panel">
<hr>
<a href="https://lime-technology.com" target="_blank"><?=_('Website')?></a>&nbsp;|&nbsp;
<a href="https://lime-technology.com/forum" target="_blank"><?=_('Forum')?></a>&nbsp;|&nbsp;
<a href="https://lime-technology.com/wiki" target="_blank"><?=_('Wiki')?></a>
<a href="https://unraid.net" target="_blank"><?=_('Website')?></a>&nbsp;|&nbsp;
<a href="https://unraid.net/forum" target="_blank"><?=_('Forum')?></a>&nbsp;|&nbsp;
<a href="https://unraid.net/wiki" target="_blank"><?=_('Docs')?></a>
</div>
</div>
<script type="text/javascript" src="<?autov('/webGui/javascript/dynamix.js')?>"></script>
@@ -112,7 +112,7 @@ if (!empty($strLoadedModules)) {
// Yah! CPU and motherboard supported and enabled in BIOS
echo _("Enabled");
} else {
echo '<a href="http://lime-technology.com/wiki/index.php/UnRAID_Manual_6#Determining_HVM.2FIOMMU_Hardware_Support" target="_blank">';
echo '<a href="https://wiki.unraid.net/Manual/VM_Management#System_Preparation" target="_blank">';
if (strpos($strCPUInfo,'vmx')===false && strpos($strCPUInfo, 'svm')===false) {
// CPU doesn't support virtualization
echo _("Not Available");
@@ -133,7 +133,7 @@ if (!empty($iommu_groups)) {
// Yah! CPU and motherboard supported and enabled in BIOS
echo _("Enabled");
} else {
echo '<a href="http://lime-technology.com/wiki/index.php/UnRAID_Manual_6#Determining_HVM.2FIOMMU_Hardware_Support" target="_blank">';
echo '<a href="https://wiki.unraid.net/Manual/VM_Management#Determining_HVM.2FIOMMU_Hardware_Support" target="_blank">';
if (strpos($strCPUInfo,'vmx')===false && strpos($strCPUInfo, 'svm')===false) {
// CPU doesn't support virtualization so iommu would be impossible
echo _("Not Available");