aboutsummaryrefslogtreecommitdiffstats
path: root/packages/freenas/www/disks_mount_tools.php
diff options
context:
space:
mode:
Diffstat (limited to 'packages/freenas/www/disks_mount_tools.php')
-rw-r--r--packages/freenas/www/disks_mount_tools.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/freenas/www/disks_mount_tools.php b/packages/freenas/www/disks_mount_tools.php
index 472b11b1..6c3710d5 100644
--- a/packages/freenas/www/disks_mount_tools.php
+++ b/packages/freenas/www/disks_mount_tools.php
@@ -127,8 +127,8 @@ echo $pfSenseHead->getHTML();
<tr><td class="tabnavtbl">
<?php
$tab_array = array();
- $tab_array[0] = array(gettext("Manage"), true, "disks_mount.php");
- $tab_array[1] = array(gettext("Tools"), false, "disks_miunt_tools.php");
+ $tab_array[0] = array(gettext("Manage"), false, "disks_mount.php");
+ $tab_array[1] = array(gettext("Tools"), true, "disks_mount_tools.php");
display_top_tabs($tab_array);
?>
</td></tr>