From be6858c06bfbd1e06935ad01b743c1043f74488a Mon Sep 17 00:00:00 2001 From: Sukanya Pandey Date: Wed, 16 Dec 2020 20:08:01 +0530 Subject: Add power restore policy page - This page will show how the system boots once power is restored after a power disturbance. - API used to fetch the JSON: /redfish/v1/JsonSchemas/ComputerSystem/ComputerSystem.json - API used to fetch the current policy and to save updated policy: /redfish/v1/Systems/system/ Signed-off-by: Sukanya Pandey Change-Id: I203bd3c5d26071b882cce6b9950cdb3fb1deb212 --- src/env/components/AppNavigation/ibm.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/env/components/AppNavigation') diff --git a/src/env/components/AppNavigation/ibm.js b/src/env/components/AppNavigation/ibm.js index 4fd20965..dadb65dd 100644 --- a/src/env/components/AppNavigation/ibm.js +++ b/src/env/components/AppNavigation/ibm.js @@ -60,6 +60,11 @@ const AppNavigationMixin = { label: this.$t('appNavigation.managePowerUsage'), route: '/control/manage-power-usage', }, + { + id: 'power-restore-policy', + label: this.$t('appNavigation.powerRestorePolicy'), + route: '/control/power-restore-policy', + }, { id: 'reboot-bmc', label: this.$t('appNavigation.rebootBmc'), -- cgit v1.2.3