This website requires JavaScript.
Explore
Help
Register
Sign In
JakeHillion
/
storj
Watch
1
Star
0
Fork
0
You've already forked storj
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a14a18185b
storj
/
satellite
/
admin
/
back-office
/
ui
/
.gitignore
6 lines
52 B
Plaintext
Raw
Normal View
History
Unescape
Escape
satellite/admin: Add back-office UI sources Add the front-end sources of the new back-office. The front-end doesn't have any business logic, it only has the pages and the components, so it's purely UI. The front-end was developed in a separate repository until was completed. Change-Id: I382e50789d6b929a67b8a0b887563ef48cb1473d
2023-08-29 16:20:27 +01:00
node_modules
.DS_Store
.idea
satellite/admin: Serve back-office static UI Serve the front-end sources of the new back-office through the current satellite admin server under the path `/back-office`. The front-end is served in the same way than the current one, which is through an indicated directory path with a configuration parameter or embed in the binary when that configuration parameter is empty. The commit also slightly changes the test that checks serving these static assets for not targeting the empty file in the build folder. build folders must remain because of the embed directive. Change-Id: I3c5af6b75ec944722dbdc4c560d0e7d907a205b8
2023-08-31 14:22:08 +01:00
/build/*
!/build/.keep
Reference in New Issue
Copy Permalink