added lab icon
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
9a43bacb85
commit
7cafe90118
|
@ -42,7 +42,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
|
|||
// `The jupyterlab-data-pool server extension appears to be missing.\n${reason}`
|
||||
// );
|
||||
// });
|
||||
const webDavIcon = new LabIcon({ name: 'ui-components:webdav-icon', svgstr: Icon});
|
||||
const webDavIcon = new LabIcon({ name: 'ui-components:data-pool-icon', svgstr: Icon});
|
||||
|
||||
const label = "Data Pool"
|
||||
const content = new DataPoolWidget(label);
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"resolveJsonModule": true,
|
||||
"outDir": "lib",
|
||||
"rootDir": "src",
|
||||
|
||||
"skipLibCheck": true,
|
||||
"strict": true,
|
||||
"strictNullChecks": true,
|
||||
"target": "es2017",
|
||||
|
|
Loading…
Reference in New Issue