commit | 30abccbed83aee950016c2da0ae5bf512df769dc | [log] [tgz] |
---|---|---|
author | Yoshie Muranaka <yoshiemuranaka@gmail.com> | Wed Mar 11 12:44:24 2020 -0700 |
committer | Yoshie Muranaka <yoshiemuranaka@gmail.com> | Wed Mar 25 21:30:01 2020 +0000 |
tree | 6444a2695de5a4b39c4c64fcfa279beaa990033c | |
parent | 5f263e8f47068b802252af36b36f6c6939a4dc81 [diff] [blame] |
Add Sensors page - Update api calls to use Redfish - Add column sort to name and status columns - Set default table sort to status column - Added lodash package Github story: https://github.com/openbmc/webui-vue/issues/4 Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Ic6e76107475fbf5fb34deb01a4de4a4a9ccfeabf
diff --git a/src/views/Health/Sensors/index.js b/src/views/Health/Sensors/index.js new file mode 100644 index 0000000..fc71b61 --- /dev/null +++ b/src/views/Health/Sensors/index.js
@@ -0,0 +1,2 @@ +import Sensors from './Sensors.vue'; +export default Sensors;