Cut over to v2.5 UI (#433)

* Cut over to v2.5 UI
* Use node 12 in travis
* Remove unnecessary `nvm use`
* Update docker file
This commit is contained in:
InfiniteTF
2020-04-02 23:46:23 +02:00
committed by GitHub
parent 10b6d4b579
commit aee9df966b
8 changed files with 53 additions and 26 deletions

View File

@@ -65,7 +65,7 @@ func unauthorized(w http.ResponseWriter) {
}
func Start() {
uiBox = packr.New("UI Box", "../../ui/v2/build")
uiBox = packr.New("UI Box", "../../ui/v2.5/build")
//legacyUiBox = packr.New("UI Box", "../../ui/v1/dist/stash-frontend")
setupUIBox = packr.New("Setup UI Box", "../../ui/setup")