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