summaryrefslogtreecommitdiff
path: root/public
AgeCommit message (Collapse)AuthorFilesLines
2020-01-24Update faviconYoshie Muranaka1-0/+0
Swap Vue favicon with OpenBMC favicon. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: Ia0005e967fb3b561ed3102c090faea01fea914a3
2020-01-21Create basic application using vueDerick Montague2-0/+17
- Create vue app - Add AppHeader and AppNavigation - Set up routes for server overview and local user management - Add themes and set to gray-10 theme - Add active class for current navigation - Add a prototype method named $http to vue prototype - The UI uses console logs in production to communicate to users - Add boostrap vue component library Change-Id: Ib6618e6357ca01bdac6de4ed031a15c8552226f3 Signed-off-by: Derick Montague <derick.montague@ibm.com>