Add factory reset page

This new page will be included in the Control section of the primary
navigation. The user will be able to choose between two different
reset actions.

The  user  can make the following calls:
- /redfish/v1/Systems/system/Bios/Actions/Bios.ResetBios
- /redfish/v1/Managers/bmc/Actions/Manager.ResetToDefaults

Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: I32a10dbce27a03fb84e24d7eae7c44eef9cffea5
diff --git a/src/env/components/AppNavigation/ibm.js b/src/env/components/AppNavigation/ibm.js
index dadb65d..d4b8e3d 100644
--- a/src/env/components/AppNavigation/ibm.js
+++ b/src/env/components/AppNavigation/ibm.js
@@ -56,6 +56,11 @@
           icon: 'iconControl',
           children: [
             {
+              id: 'factory-reset',
+              label: this.$t('appNavigation.factoryReset'),
+              route: '/control/factory-reset',
+            },
+            {
               id: 'manage-power-usage',
               label: this.$t('appNavigation.managePowerUsage'),
               route: '/control/manage-power-usage',