Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

[TES-6208] Table component #21

Merged
merged 9 commits into from
Apr 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions superset-frontend/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,19 @@
// path: '/proxy',
// port: '8080',
// },

Check failure on line 13 in superset-frontend/config.ts

View workflow job for this annotation

GitHub Actions / frontend-build

Delete `⏎`
// QA

Check failure on line 14 in superset-frontend/config.ts

View workflow job for this annotation

GitHub Actions / frontend-build

Delete `⏎`
supersetClientClass: {
baseUrl: 'https://testops-g3-ra-bff.qa.katalon.com/proxy',
host: 'testops-g3-ra-bff.qa.katalon.com/proxy',
port: '',
},
chartConfig: {
host: 'testops-g3-ra-bff.qa.katalon.com',
path: '/proxy',
port: '',
},
// supersetClientClass: {
triquanminh marked this conversation as resolved.
Show resolved Hide resolved
// baseUrl: 'https://testops-g3-ra-bff.qa.katalon.com/proxy',
// host: 'testops-g3-ra-bff.qa.katalon.com/proxy',
// port: '',
// },
// chartConfig: {
// host: 'testops-g3-ra-bff.qa.katalon.com',
// path: '/proxy',
// port: '',
// },
// masterApp: 'https://platform.qa.katalon.com',
};

export default Config;
22 changes: 11 additions & 11 deletions superset-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions superset-frontend/src/assets/images/icons/chrome.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions superset-frontend/src/assets/images/icons/edge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions superset-frontend/src/assets/images/icons/firefox.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions superset-frontend/src/assets/images/icons/linux.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions superset-frontend/src/assets/images/icons/macos.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions superset-frontend/src/assets/images/icons/status-error.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading