Skip to content
Snippets Groups Projects
Commit 228e1cbf authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Add Browserstack 'bs-local.com' support

parent 2d8cc090
No related branches found
No related tags found
No related merge requests found
Pipeline #12760 passed
......@@ -43,6 +43,9 @@ export const getAPiUrl = (path = "") => {
case "production":
apiBaseUrl = 'https://api.tugraz.at';
break;
case "bs":
apiBaseUrl = 'http://bs-local.com:8000';
break;
case "local":
default:
apiBaseUrl = 'http://127.0.0.1:8000';
......
......@@ -43,7 +43,7 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
this.uploadFileDirectory = null;
this.fileList = [];
this.fileNameCounter = 1;
this.activeDirectoryRights = 'SGDNVCK';
this.activeDirectoryRights = 'RGDNVCK';
this.activeDirectoryACL = '';
this.forAll = false;
this.uploadCount = 0;
......@@ -1343,8 +1343,11 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
.nextcloud-footer{
/*grid-area: header-r;*/
padding-top: 0px;
grid-area: footer;
position: fixed;
bottom: 0px;
width: 100%;
left: 0px;
padding: 20px;
}
.info-box{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment