A single pane landing page so I can manage all my services in my business lab.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
I have so many servers and services in my lab that I decided to create this landing page so I only have to go a single page to access all of my services. Most of these applications are related to my job as a Solution Support Engineer.
Feel free to clone or download this repository as a model to build your own management portal.
-
Clone the repo
git clone https://github.com/drobb2020/excession-management-portal.git
-
Use VSCode as your editor and customize to your hearts content.
This website is quite specific on usage as the links connect to Micro Focus software installed in my lab. Feel free to use the framework to build your own management portal.
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Your Name - @davidrobb2 - [email protected]
Project Link: https://github.com/drobb2020/excession-management-portal
Thanks to Coding-in-Public for the tutorial in animating and controlling accordion dropdowns.