Skip to content

Commit c0f4b2c

Browse files
committed
Remove drawer
1 parent 7e26e9f commit c0f4b2c

17 files changed

Lines changed: 2 additions & 2089 deletions

src/app/elements/chat/chat.component.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
</div>
2626
</div>
2727
</div>
28-
<elements-drawer [view]="currentView"></elements-drawer>
2928

3029
<!-- <div [hidden]="!showBtn || chatAIShown || !isShowSetting" id="dragBox"> -->
3130
<!-- <div -->

src/app/elements/content/content-window/koko/koko.component.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export class ElementConnectorKokoComponent implements OnInit {
7575
}
7676

7777
iframeWindow.postMessage(
78-
{ name: 'CREATE_FILE_CONNECT_TOKEN', SFTP_Token: newConnectToken.id },
78+
{ name: 'GET_FILE_CONNECT_TOKEN', token: newConnectToken.id },
7979
'*'
8080
);
8181
}
@@ -165,8 +165,7 @@ export class ElementConnectorKokoComponent implements OnInit {
165165
});
166166

167167
if (this.protocol === 'k8s') {
168-
// return (this.iframeURL = `${this.baseUrl}/k8s/?` + query);
169-
return (this.iframeURL = `http://localhost:9530/koko/k8s/?` + query);
168+
return (this.iframeURL = `${this.baseUrl}/k8s/?` + query);
170169
}
171170

172171
// this.iframeURL = `${this.baseUrl}/connect/?` + query;

src/app/elements/drawer/drawer.component.html

Lines changed: 0 additions & 39 deletions
This file was deleted.

src/app/elements/drawer/drawer.component.scss

Lines changed: 0 additions & 116 deletions
This file was deleted.

0 commit comments

Comments
 (0)